Fix android build

This commit is contained in:
Ivan Malison 2024-02-03 21:30:32 -07:00
parent b38c099414
commit c7179bd0a0

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 'cd android; ./gradlew assembleDebug'
run: nix develop --impure --command bash -c 'export HOME=$PWD; cd android; ./gradlew assembleDebug'