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 488c4c8 commit c70abe9
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 @@ -30,8 +30,8 @@ jobs:
run: conan profile detect --force

- name: Install dependencies
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
#working-directory: ${{env.CMAKELISTS_DIR}}
run: conan install ${{env.CMAKELISTS_DIR}} --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 c70abe9

Please sign in to comment.