mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
install wsl in runner
This commit is contained in:
@@ -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