mirror of https://github.com/statping/statping
fix matrix argument: arrays not allowed in includes
parent
b5a9f17d6d
commit
c938bcd9e6
|
@ -98,7 +98,9 @@ jobs:
|
||||||
- platform: darwin
|
- platform: darwin
|
||||||
arch: amd64
|
arch: amd64
|
||||||
- platform: windows
|
- platform: windows
|
||||||
arch: [ amd64, 386 ]
|
arch: amd64
|
||||||
|
- platform: windows
|
||||||
|
arch: 386
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue