Skip to content

Commit dd80756

Browse files
committed
Linux ARM runner fix
1 parent d197472 commit dd80756

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,7 @@ jobs:
427427

428428
- name: Configure
429429
working-directory: ${{github.workspace}}
430-
run: CXX=g++ cmake -Bbuild -DNANOVG_GLES_IMPLEMENTATION=1 -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache .. -G "Unix Makefiles"
431-
430+
run: CXX=g++ cmake -Bbuild -GNinja -DNANOVG_GLES_IMPLEMENTATION=1 -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
432431
- name: Build
433432
working-directory: ${{github.workspace}}
434433
run: cmake --build build --config $BUILD_TYPE

0 commit comments

Comments
 (0)