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