Fix windows smoke test image build (#4115)
This commit is contained in:
parent
9de4041d4c
commit
d9a0bdfde2
|
@ -11,6 +11,9 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash # this is needed for TAG construction below on Windows
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
|
|
Loading…
Reference in New Issue