From 084f15a6a08ee0d005948bc602f6bd4a6d7107a1 Mon Sep 17 00:00:00 2001 From: topminipie <145812405+topminipie@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:58:28 +0000 Subject: [PATCH] Update ci.yml Update NDK --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11499c5..227b57c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,13 +29,13 @@ jobs: uses: actions/setup-java@v4 with: java-version: 17 - distribution: 'temurin' - cache: 'gradle' + distribution: temurin + cache: gradle - name: Install NDK uses: nttld/setup-ndk@v1 with: - ndk-version: r26b + ndk-version: r26c local-cache: true - name: Install Rust @@ -46,7 +46,7 @@ jobs: - name: Rust cache uses: Swatinem/rust-cache@v2 with: - workspaces: "app/rs" + workspaces: 'app/rs' - name: Install my fork cargo-ndk run: |