needs more gettext
This commit is contained in:
6
.github/workflows/ant.yml
vendored
6
.github/workflows/ant.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user