mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
use liberica to build on all platforms
This commit is contained in:
parent
248c0df2bd
commit
16eefec473
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -8,10 +8,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-java@v1
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
architecture: x64
|
||||
distribution: 'liberica'
|
||||
- name: Build
|
||||
run: xvfb-run -a ./gradlew --info test all
|
||||
|
||||
@ -25,9 +25,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-java@v1
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'liberica'
|
||||
- run: ./gradlew test mac --info
|
||||
env:
|
||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user