From ab7b24bb0d2e6941beb0314956441e7cbd9f1668 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 10:39:44 -0500 Subject: [PATCH] call wsl not wsl-bash when using apt-get --- .github/workflows/ant.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 3b507b3..f166367 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,8 +16,8 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@v4 - - run: wsl-bash apt-get update - - run: wsl-bash apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext + - run: wsl apt-get update + - run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - name: Set up JDK 21 uses: actions/setup-java@v4 with: @@ -76,8 +76,8 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@v4 - - run: wsl-bash apt-get update - - run: wsl-bash apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext + - run: wsl apt-get update + - run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext - name: Set up JDK 21 uses: actions/setup-java@v4 with: