From 812aea98739e1ca959516bff781b00b843feeea2 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 25 Mar 2024 14:04:49 -0400 Subject: [PATCH] clone i2p.i2p in CI --- .github/workflows/ant.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 0823df3de..c9538fa69 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -30,7 +30,8 @@ jobs: echo "noExe=true" >> override.properties - name: build with Gradle run: | - git clone https://github.com/i2p/i2p.i2p + echo "i2psrc=$HOME/i2p.i2p" > local.properties + git clone https://github.com/i2p/i2p.i2p "$HOME/i2p.i2p" ./gradlew assembleDebug find . -name '*.apk'