Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Jan 7, 2022
1 parent d2faa84 commit 4fa51ab
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 @@ -22,7 +22,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 "-DCMAKE_CXXFLAGS=-I$PWD/../ctre/include" -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 "-DCMAKE_CXX_FLAGS=-I$PWD/../ctre/include" -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
- name: Test
Expand Down

0 comments on commit 4fa51ab

Please sign in to comment.