Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Aug 21, 2024
1 parent 15bf08f commit 336f8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
run: |
conan profile detect --force
conan install . --output-folder=build --build=missing -s:a compiler.cppstd=20 -o:a generate_documentation=True
cmake --preset conan-release
- name: CMake configuration
run: |
cmake --preset conan-release
- name: Build
working-directory: build
working-directory: build/build/Release
run: cmake --build . --config Release --target test_sparrow_lib --parallel 8

- name: Run tests
Expand Down

0 comments on commit 336f8aa

Please sign in to comment.