Skip to content

Commit

Permalink
Added target installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicGamer9523 committed Nov 11, 2023
1 parent 55c6271 commit a5e4720
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
needs: [style, android, linux]
runs-on: ubuntu-latest
steps:
- run: echo "CI passed!"
- run: exit 0

# Check style.
style:
Expand Down Expand Up @@ -48,8 +48,9 @@ jobs:
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
target: aarch64-linux-android
- name: Install rustup target
run: rustup target add aarch64-linux-android
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a5e4720

Please sign in to comment.