mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Don't install Android NDK
This commit is contained in:
parent
af9713b249
commit
c7273b03d6
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -25,13 +25,6 @@ jobs:
|
|||||||
TARGET: aarch64-linux-android
|
TARGET: aarch64-linux-android
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install NDK
|
|
||||||
run: |
|
|
||||||
curl -LO https://dl.google.com/android/repository/android-ndk-r21b-linux-x86_64.zip
|
|
||||||
unzip -qq android-ndk-r21b-linux-x86_64.zip -d $GITHUB_WORKSPACE
|
|
||||||
export NDK_HOME_BIN=$GITHUB_WORKSPACE/android-ndk-r21b/toolchains/llvm/prebuilt/linux-x86_64/bin
|
|
||||||
ln -s $NDK_HOME_BIN/aarch64-linux-android21-clang $NDK_HOME_BIN/aarch64-linux-android-clang
|
|
||||||
echo "::add-path::$NDK_HOME_BIN"
|
|
||||||
- run: rustup component add clippy
|
- run: rustup component add clippy
|
||||||
- run: rustup target add ${{ env.TARGET }}
|
- run: rustup target add ${{ env.TARGET }}
|
||||||
- run: cargo clippy --target ${{ env.TARGET }}
|
- run: cargo clippy --target ${{ env.TARGET }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user