Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed Oct 24, 2023
1 parent 797d651 commit 938632b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake_util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Create default profile
run: conan profile detect --force

- name: Create default profile
- name: Install dependencies
working-directory: ${{env.CMAKELISTS_DIR}}
run: conan install . --build --settings=compiler.cppstd=20
run: conan install . --output-folder=${{env.CMAKE_BUILD_DIR}} --settings=build_type={{env.BUILD_TYPE}} --build --settings=compiler.cppstd=17

- uses: actions/checkout@v3

Expand Down

0 comments on commit 938632b

Please sign in to comment.