From 144e6ba9e081a8c7bfc26a36f17df16bef260a24 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 1 Feb 2024 16:36:35 -0500 Subject: [PATCH] call bash specifically --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index a6f59d4..1b3a3d0 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -19,7 +19,7 @@ jobs: - name: install wsl run: wsl --install - name: build with script - run: ./buildscripts/build.sh + run: bash -c "./buildscripts/build.sh" - name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe uses: actions/upload-artifact@v4 with: