CI: $HOME instead of ~

This commit is contained in:
Josh Tynjala
2020-07-16 15:21:26 -07:00
parent 1d07d2f36f
commit fecae19cbb

View File

@@ -33,7 +33,7 @@ jobs:
- name: Set ANDROID_NDK_ROOT (Linux and macOS)
if: ${{ !startsWith(matrix.os, 'windows-') }}
run: echo "::set-env name=ANDROID_NDK_ROOT::~/Library/lime-dependencies/android-ndk-r15c"
run: echo "::set-env name=ANDROID_NDK_ROOT::$HOME/Library/lime-dependencies/android-ndk-r15c"
- name: Set ANDROID_NDK_ROOT (Windows)
if: ${{ startsWith(matrix.os, 'windows-') }}