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: