Try a different variable
This commit is contained in:
parent
c7179bd0a0
commit
2e75f784dd
@ -28,4 +28,4 @@ jobs:
|
||||
- name: test
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn run test --no-watchman'
|
||||
- name: android-build
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; cd android; ./gradlew assembleDebug'
|
||||
run: nix develop --impure --command bash -c 'export GRADLE_USER_HOME=$PWD; cd android; ./gradlew assembleDebug'
|
||||
|
Loading…
Reference in New Issue
Block a user