install deps in ubuntu container also

This commit is contained in:
eyedeekay
2024-02-19 16:05:24 -05:00
parent 790300e996
commit 7a32f97f29

View File

@@ -98,6 +98,8 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
- run: |
apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg
- name: build with script
run: bash -c "./buildscripts/targz.sh; ls *.tar.gz *.tgz"
- name: Upload I2P-${{ github.sha }}.tar.gz