mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
add Java for mac & win builds
This commit is contained in:
parent
b9851f8cbd
commit
fa2a535019
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -22,6 +22,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '8'
|
||||
architecture: x64
|
||||
- name: Build
|
||||
run: ./gradlew mac
|
||||
|
||||
@ -30,5 +34,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '8'
|
||||
architecture: x64
|
||||
- name: Build
|
||||
run: ./gradlew win-installer
|
||||
|
||||
Loading…
Reference in New Issue
Block a user