Skip to content

Commit

Permalink
create local.properties for routerjars
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Mar 25, 2024
1 parent 812aea9 commit 707dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "noExe=true" >> override.properties
- name: build with Gradle
run: |
echo "i2psrc=$HOME/i2p.i2p" > local.properties
echo "i2psrc=$HOME/i2p.i2p" > routerjars/local.properties
git clone https://github.com/i2p/i2p.i2p "$HOME/i2p.i2p"
./gradlew assembleDebug
find . -name '*.apk'
Expand Down

0 comments on commit 707dcbb

Please sign in to comment.