needs more gettext

This commit is contained in:
eyedeekay
2024-02-19 16:15:11 -05:00
parent c76541979a
commit 8ec161aceb

View File

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