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 88200b8 commit baf3893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake_util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: conan profile detect --force

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

- uses: actions/checkout@v3

Expand Down

0 comments on commit baf3893

Please sign in to comment.