diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 1e08f1d..9df8202 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,7 +16,7 @@ jobs: distribution: Ubuntu-20.04 - run: | apt-get update - apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg + apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -76,7 +76,7 @@ jobs: distribution: Ubuntu-20.04 - run: | apt-get update - apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg + apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -102,7 +102,7 @@ jobs: distribution: 'temurin' - run: | sudo apt-get update - sudo 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 gettext - name: build with script run: bash -c "./buildscripts/targz.sh; ls *.tar.gz *.tgz" - name: Upload I2P-${{ github.sha }}.tar.gz