From b2fdfc1e89ec9107d0b56806951f56e3d2fcfd9a Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 1 Feb 2024 16:34:42 -0500 Subject: [PATCH] install wsl in runner --- .github/workflows/ant.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 7744fa5..a6f59d4 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -16,9 +16,11 @@ jobs: with: java-version: '21' distribution: 'temurin' + - name: install wsl + run: wsl --install - name: build with script run: ./buildscripts/build.sh - - name: Upload installer.jar + - name: Upload I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe uses: actions/upload-artifact@v4 with: name: I2P-Easy-Install-Bundle-${{ github.sha }}-unsigned.exe