Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
topminipie authored Apr 14, 2024
1 parent 74fa2b2 commit 8f30db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Verify gradle wrapper
uses: gradle/wrapper-validation-action@v2
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Download ROM
run: |
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install NDK
uses: nttld/setup-ndk@v1
with:
ndk-version: r26c
ndk-version: r26d
local-cache: true

- name: Install Rust
Expand Down

0 comments on commit 8f30db8

Please sign in to comment.