use sudo in ubuntu container

This commit is contained in:
eyedeekay
2024-02-19 16:07:35 -05:00
parent 7a32f97f29
commit 6f14dc1a3a

View File

@@ -99,7 +99,7 @@ jobs:
java-version: '21'
distribution: 'temurin'
- run: |
apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg
sudo 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