small fix
This commit is contained in:
parent
8447939489
commit
e1ed10805c
|
|
@ -4,7 +4,7 @@ name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
@ -22,9 +22,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- windows-latest
|
|
||||||
- macos-latest
|
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
#- windows-latest
|
||||||
|
#- macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download deps
|
- name: Download deps
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue