From 1a78538525258bada36a4c3045ea48987d16f9c1 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 19 Feb 2024 16:16:34 -0500 Subject: [PATCH] pass -y flag --- .github/workflows/ant.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 9df8202..87cb41f 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 gettext + apt-get -y 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 gettext + apt-get install -y 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 gettext + sudo apt-get install -y 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