From a49582857d330fd1afdc17e16ca89828e702071f Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Wed, 6 Mar 2024 20:07:47 +0100 Subject: [PATCH] [Misc]: Push test 17 --- .github/workflows/linux-ci-rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/linux-ci-rust.yml b/.github/workflows/linux-ci-rust.yml index 3b0c5664125..d7fab482a0a 100644 --- a/.github/workflows/linux-ci-rust.yml +++ b/.github/workflows/linux-ci-rust.yml @@ -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