Restore path accidentally removed in 584a46f

This commit is contained in:
JosiahWI 2023-05-15 13:15:53 -05:00 committed by Josiah VanderZee
parent f17cc741f4
commit 797e6c1aa9
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ jobs:
run: |
mkdir build
cd build
cmake -G Ninja -DCMAKE_C_COMPILER=/usr/bin/gcc-5 -DCMAKE_CXX_COMPILER=/usr/bin/g++-5 -DCMAKE_BUILD_TYPE=Release
cmake -G Ninja -DCMAKE_C_COMPILER=/usr/bin/gcc-5 -DCMAKE_CXX_COMPILER=/usr/bin/g++-5 -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
cd ..