Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
james58899 committed Jun 5, 2024
1 parent b03e40d commit c1f6660
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ jobs:
CARGO_TARGET_ARMV7_LINUX_ANDROIDEABI_LINKER: "armv7a-linux-androideabi21-clang"
CARGO_TARGET_I686_LINUX_ANDROID_LINKER: "i686-linux-android21-clang"
CARGO_TARGET_X86_64_LINUX_ANDROID_LINKER: "x86_64-linux-android21-clang"
run: cargo build --verbose --release --target=${{ matrix.target }}
run: |
ls /opt/hostedtoolcache/ndk/r26d/x64
cargo build --verbose --release --target=${{ matrix.target }}
- uses: actions/upload-artifact@v4
with:
name: hath-rust-${{ matrix.target }}
Expand Down

0 comments on commit c1f6660

Please sign in to comment.