mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Convert reusable workflows back to actions to avoid shortcomings with concurrency
This commit is contained in:
2
.github/actions/build-test-nix/action.yml
vendored
2
.github/actions/build-test-nix/action.yml
vendored
@@ -68,7 +68,7 @@ runs:
|
|||||||
echo "Checking compiler version."
|
echo "Checking compiler version."
|
||||||
${CC} --version
|
${CC} --version
|
||||||
- name: Configure Conan
|
- name: Configure Conan
|
||||||
uses: ./.github/actions/conan-configure
|
uses: ./.github/actions/configure-conan
|
||||||
with:
|
with:
|
||||||
conan_global_conf: ${{ inputs.conan_global_conf }}
|
conan_global_conf: ${{ inputs.conan_global_conf }}
|
||||||
conan_remote_name: ${{ inputs.conan_remote_name }}
|
conan_remote_name: ${{ inputs.conan_remote_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user