From e91176cb08fc863dc7908bf270befe8843fd9b38 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 15 Aug 2023 18:56:15 +0100 Subject: [PATCH] CI: assume NDK + Java in official Ubuntu images --- .github/workflows/ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc71ede..336a9bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -40,15 +40,6 @@ jobs: # currently requires this crate to be buildable with 1.64 run: cargo install cargo-ndk --version "^2" - - name: Setup Java - uses: actions/setup-java@v3 - with: - distribution: 'temurin' - java-version: '17' - - - name: Setup Android SDK - uses: android-actions/setup-android@v2 - - name: Build game-activity working-directory: android-activity run: >