Fix android build
This commit is contained in:
parent
b38c099414
commit
c7179bd0a0
@ -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 'cd android; ./gradlew assembleDebug'
|
||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; cd android; ./gradlew assembleDebug'
|
||||
|
Loading…
Reference in New Issue
Block a user