Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
derdilla committed Jul 16, 2024
1 parent 9df71ee commit ec226b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/calc-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
toolchain:
- stable
- beta
steps:
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
steps:
- name: Install rust
run: |
rustup update ${{ matrix.toolchain }}
rustup default ${{ matrix.toolchain }}
- name: Install dependencies
- uses: nttld/setup-ndk@v1
name: Install NDK
Expand Down

0 comments on commit ec226b5

Please sign in to comment.