clone i2p.i2p in CI

This commit is contained in:
eyedeekay
2024-03-25 14:00:30 -04:00
parent 9bf9d27c5a
commit aeb7614b62

View File

@ -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'