Skip to content

Commit

Permalink
[Misc]: Push test 17
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Mar 6, 2024
1 parent ecca4cc commit a495828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux-ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ 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 armv7-linux-androideabi --release
Expand Down

0 comments on commit a495828

Please sign in to comment.