install wsl in runner
This commit is contained in:
4
.github/workflows/ant.yml
vendored
4
.github/workflows/ant.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user