From 6f14dc1a3ae976b90cde6d9eabb34eaaa82606bd Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 16:07:35 -0500 Subject: [PATCH] use sudo in ubuntu container --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 4ab42d2..8fe5b0f 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -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