Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 1, 2023
1 parent 03f7abe commit 68654ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Get Conan"
uses: turtlebrowser/get-conan@main
- name: "Install Conan"
run: conan install ${{matrix.config.conan-file}} -pr ${{matrix.config.conan-profile}} -s compiler.cppstd=20 --build=missing
run: conan install ${{matrix.config.conan-file}} --profile:build=${{matrix.config.conan-profile}} -s compiler.cppstd=20 --build=missing
- name: "CMake Build"
working-directory: ${{github.workspace}}/build
run: |
Expand Down

0 comments on commit 68654ce

Please sign in to comment.