We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a61f84 commit e91176cCopy full SHA for e91176c
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ env:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
16
strategy:
17
fail-fast: false
18
matrix:
@@ -40,15 +40,6 @@ jobs:
40
# currently requires this crate to be buildable with 1.64
41
run: cargo install cargo-ndk --version "^2"
42
43
- - name: Setup Java
44
- uses: actions/setup-java@v3
45
- with:
46
- distribution: 'temurin'
47
- java-version: '17'
48
-
49
- - name: Setup Android SDK
50
- uses: android-actions/setup-android@v2
51
52
- name: Build game-activity
53
working-directory: android-activity
54
run: >
0 commit comments