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 65fad75 commit ae88f85
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 @@ -38,7 +38,7 @@ jobs:
- name: "Create Conan Profile"
run: conan profile detect --force
- name: "Install Conan"
run: conan install ${{ matrix.config.conan-file }} -s compiler.cppstd=20 --build=missing --output-folder=${{github.workspace}}/build
run: conan install ${{ matrix.config.conan-file }} -s compiler.cppstd=20 --build=missing
- name: "CMake Build"
working-directory: ${{github.workspace}}/build
run: |
Expand Down

0 comments on commit ae88f85

Please sign in to comment.