Skip to content

Commit

Permalink
fix workflow maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Jan 7, 2022
1 parent cc5a031 commit d2faa84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-10 -DCMAKE_CXX_COMPILER=/usr/bin/g++-10 -DCMAKE_BUILD_TYPE=Release ..
make
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 --build .
- name: Test
run: |
Expand Down

0 comments on commit d2faa84

Please sign in to comment.