mirror of https://github.com/jgoerzen/xbnet.git
tweak
This commit is contained in:
parent
3637e0486c
commit
8cc4886855
|
@ -1,8 +1,5 @@
|
|||
name: build
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-16.04]
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -17,6 +14,9 @@ jobs:
|
|||
build:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-16.04]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue