Try a different variable

This commit is contained in:
Ivan Malison 2024-02-03 21:35:31 -07:00
parent c7179bd0a0
commit 2e75f784dd

View File

@ -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'