Skip to content

Commit

Permalink
set path of ANDROID_NDK_HOME to tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Aug 19, 2020
1 parent e3e05ac commit 3417ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
force: true

- name: Set Android NDK Env
run: echo '::set-env name=ANDROID_NDK_HOME::/tmp/toolchains'
run: echo '::set-env name=ANDROID_NDK_HOME::/tmp'

- name: Install Android Targets
run: rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android
Expand Down

0 comments on commit 3417ba5

Please sign in to comment.