Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilmehra committed Oct 22, 2024
1 parent bb373e5 commit 4d35322
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
target: x86_64-unknown-linux-gnu
rust: stable
os: ubuntu-latest
custom_env:
CC: x86_64-unknown-linux-gnu-gcc
CXX: x86_64-unknown-linux-gnu-g++
CARGO_TARGET_x86_64_UNKNOWN_LINUX_GNU_LINKER: x86_64-unknown-linux-gnu-g++
- thing: arm-android
target: armv7-linux-androideabi
rust: stable
Expand Down

0 comments on commit 4d35322

Please sign in to comment.