From c76541979a48267253a5ebf239151d38afb4b86d Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 16:08:46 -0500 Subject: [PATCH] run apt-get update first --- .github/workflows/ant.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 8fe5b0f..1e08f1d 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -15,6 +15,7 @@ jobs: with: distribution: Ubuntu-20.04 - run: | + apt-get update apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg - uses: actions/checkout@v4 - name: Set up JDK 21 @@ -74,6 +75,7 @@ jobs: with: distribution: Ubuntu-20.04 - run: | + apt-get update apt-get install nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg - uses: actions/checkout@v4 - name: Set up JDK 21 @@ -99,6 +101,7 @@ jobs: java-version: '21' distribution: 'temurin' - run: | + sudo apt-get update 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"