File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments