Skip to content

Commit c2d1314

Browse files
committed
test noWINE
1 parent 88dca82 commit c2d1314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ jobs:
611611
CW_LLVM_MINGW_DL: '1'
612612
CW_LLVM_MINGW_ONLY: '1'
613613
run: |
614-
export CW_CONFIG="${GITHUB_REF_NAME}-werror-win"
614+
export CW_CONFIG="${GITHUB_REF_NAME}-werror-win-noWINE"
615615
export CW_REVISION="${GITHUB_SHA}"
616616
. ./_versions.sh
617617
sh -c ./_ci-mac-homebrew.sh
@@ -642,7 +642,7 @@ jobs:
642642
CW_LLVM_MINGW_DL: '1'
643643
CW_LLVM_MINGW_ONLY: '1'
644644
run: |
645-
export CW_CONFIG="${GITHUB_REF_NAME}-werror-win"
645+
export CW_CONFIG="${GITHUB_REF_NAME}-werror-win-noWINE"
646646
export CW_REVISION="${GITHUB_SHA}"
647647
. ./_versions.sh
648648
sudo podman image trust set --type reject default
@@ -681,7 +681,7 @@ jobs:
681681
CW_LLVM_MINGW_DL: '1'
682682
CW_LLVM_MINGW_ONLY: '0'
683683
run: |
684-
export CW_CONFIG="${GITHUB_REF_NAME}-werror-win-gcc"
684+
export CW_CONFIG="${GITHUB_REF_NAME}-werror-win-gcc-noWINE"
685685
export CW_REVISION="${GITHUB_SHA}"
686686
. ./_versions.sh
687687
sudo podman image trust set --type reject default

0 commit comments

Comments
 (0)