From 40575606e57a917ba88ae45a0d267dfe2419efac Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 18 Jan 2025 02:27:42 +0200 Subject: [PATCH] attempt to fix CI --- .github/workflows/ci-libretro.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-libretro.yml b/.github/workflows/ci-libretro.yml index e1d608f0..b3340798 100644 --- a/.github/workflows/ci-libretro.yml +++ b/.github/workflows/ci-libretro.yml @@ -1,4 +1,4 @@ -name: CI (Linux) +name: CI (libretro) on: [push, pull_request] jobs: build-libretro: @@ -29,5 +29,5 @@ jobs: - uses: actions/checkout@v4 with: submodules: true - - name: make - run: $(ANDROID_NDK_HOME)/ndk-build -j$(getconf _NPROCESSORS_ONLN) --no-print-directory -C jni/ + - name: ndk-build + run: ${ANDROID_NDK_HOME}/ndk-build -j$(getconf _NPROCESSORS_ONLN) --no-print-directory -C jni/ -- 2.39.5