Skip to content

Commit

Permalink
clone i2p.i2p in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Mar 25, 2024
1 parent aeb7614 commit 812aea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 812aea9

Please sign in to comment.