Convert reusable workflows back to actions to avoid shortcomings with concurrency

This commit is contained in:
Bart Thomee
2025-07-27 15:01:46 -04:00
parent 88ef67e73a
commit e1914cd8ef

View File

@@ -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 }}