mirror of
https://github.com/ruffle-rs/ruffle-android.git
synced 2024-11-23 13:49:40 +00:00
ci: Update to actions/checkout@v3
This commit is contained in:
parent
c9728d0eee
commit
8d250dd258
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Add Android target to Rust
|
||||
run: rustup target add aarch64-linux-android armv7-linux-androideabi
|
||||
|
Loading…
Reference in New Issue
Block a user