mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 06:31:26 +00:00
begin compile env setup
This commit is contained in:
parent
4963f071d4
commit
36e18277d4
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -0,0 +1,12 @@
|
||||
name: "Build"
|
||||
on: "Push"
|
||||
jobs:
|
||||
Build-Server-Jar:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: '8'
|
||||
- run: gradlew
|
Loading…
Reference in New Issue
Block a user