Skip to content

Commit

Permalink
Trying to fix clang-linux-x64 jobs.
Browse files Browse the repository at this point in the history
Back to using '-pr' instead of '-pr:b'.
  • Loading branch information
rturrado committed Dec 14, 2023
1 parent 6e07ef5 commit 8bee1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cpp-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
conan profile detect --force
conan_profile=${{ inputs.conan_profile }}
lowercase_conan_profile=$(echo ${conan_profile} | tr '[:upper:]' '[:lower:]')
conan build . -pr:b=conan/profiles/${lowercase_conan_profile} -b missing
conan build . -pr=conan/profiles/${lowercase_conan_profile} -b missing
shell: ${{ inputs.shell }}
- name: Test
working-directory: build/${{ inputs.build_type }}
Expand Down

0 comments on commit 8bee1cb

Please sign in to comment.