Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Oct 23, 2024
1 parent 8006f02 commit da1708c
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 @@ -28,7 +28,7 @@ jobs:
- name: Build
run: |
mkdir build
mkdir -p build
cd build
cmake -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=../conan_provider.cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_BUILD_TYPE=Release ..
cmake --build --config Release --parallel $(nproc) .
Expand Down

0 comments on commit da1708c

Please sign in to comment.