From: notaz Date: Sat, 18 Jan 2025 00:27:42 +0000 (+0200) Subject: attempt to fix CI X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40575606e57a917ba88ae45a0d267dfe2419efac;p=pcsx_rearmed.git attempt to fix CI --- 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/