Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tom8zds committed Jan 7, 2024
1 parent a3a0efd commit f6ff112
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
with:
ndk-version: r25c
- name: check ndk
run: ls $CC
env:
CC: $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin
run: ls $ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit f6ff112

Please sign in to comment.