mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +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."
|
||||
${CC} --version
|
||||
- name: Configure Conan
|
||||
uses: ./.github/actions/conan-configure
|
||||
uses: ./.github/actions/configure-conan
|
||||
with:
|
||||
conan_global_conf: ${{ inputs.conan_global_conf }}
|
||||
conan_remote_name: ${{ inputs.conan_remote_name }}
|
||||
|
||||
Reference in New Issue
Block a user