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 95ebcbf commit 0ba9651
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 @@ -31,7 +31,7 @@ jobs:
CURDIR=$PWD
mkdir -p build
cd build
cmake -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=$CURDIR/conan_provider.cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_BUILD_TYPE=Release ..
cmake -G Ninja "-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=$CURDIR/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) .
- name: Unit test
Expand Down

0 comments on commit 0ba9651

Please sign in to comment.