From aeb7614b629c3a3a5f6f499040b58c575bedbd1a Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 25 Mar 2024 14:00:30 -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 ff885bf6d..0823df3de 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,7 +16,7 @@ jobs: steps: - name: GetText - run: sudo apt install gettext + run: sudo apt install gettext git - uses: actions/checkout@v4 - name: Set up JDK 8 uses: actions/setup-java@v4 @@ -30,6 +30,7 @@ jobs: echo "noExe=true" >> override.properties - name: build with Gradle run: | + git clone https://github.com/i2p/i2p.i2p ./gradlew assembleDebug find . -name '*.apk'