From 2e75f784dd9ce4b652c83f57626f1e92a3652b2c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 3 Feb 2024 21:35:31 -0700 Subject: [PATCH] Try a different variable --- .gitea/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 390eba2..7816b41 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -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'