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 9bf9d27 commit aeb7614
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 @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit aeb7614

Please sign in to comment.