Skip to content

Commit

Permalink
[Misc]: Push test 18
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Mar 6, 2024
1 parent 7df672f commit e0bbcd8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux-ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,13 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
# TODO remove this step
- name: Install toolchain
run: |
rustup target add armv7-linux-androideabi
- name: Build binaries
run: |
cargo build --target aarch64-apple-ios --release
cargo build --target armv7-linux-androideabi --release
working-directory: rust-test
- name: Generate release report
run: |
Expand Down

0 comments on commit e0bbcd8

Please sign in to comment.