ci: fix windows build
This commit is contained in:
parent
458d23ebc4
commit
c559334e69
|
@ -86,7 +86,7 @@ jobs:
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
if: ! startsWith(github.ref_name, 'e')
|
if: startsWith(github.ref_name, 'v')
|
||||||
needs: prepare
|
needs: prepare
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in New Issue