mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 11:24:56 -04:00
fix github workflow
This commit is contained in:
parent
ce0c46757b
commit
0c84d91987
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Java CI with Maven
|
||||
name: Gradle CI
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -11,8 +11,12 @@ on:
|
||||
jobs:
|
||||
gradle:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
name: [ "" ]
|
||||
os: [ "" ]
|
||||
output: [ "" ]
|
||||
include:
|
||||
- name: Ubuntu latest
|
||||
os: ubuntu-latest
|
||||
output: linux64
|
||||
@ -23,6 +27,7 @@ jobs:
|
||||
os: macos-latest
|
||||
output: macos-x64
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.name }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user