From 797e6c1aa911f00d872f9ec373cc14095e85fda6 Mon Sep 17 00:00:00 2001 From: JosiahWI Date: Mon, 15 May 2023 13:15:53 -0500 Subject: [PATCH] Restore path accidentally removed in 584a46f --- irr/.github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irr/.github/workflows/build.yml b/irr/.github/workflows/build.yml index 0905d8468..dc0393f51 100644 --- a/irr/.github/workflows/build.yml +++ b/irr/.github/workflows/build.yml @@ -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 ..