Merge pull request #9 from ThomasRubini/ci
This commit is contained in:
commit
f649f85be1
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -12,6 +12,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user