Skip to content

Commit

Permalink
Suppress llvm-mingw build failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Oct 17, 2024
1 parent b1b1f95 commit bb7af0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ jobs:
llvm_mingw:
name: llvm-mingw
runs-on: windows-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion build/install_msvc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ SET "VSPATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

IF /I "%~1" == "v141_xp" (
SHIFT
"%VSINSTALLER%" modify --installPath "%VSPATH%" --add Microsoft.VisualStudio.Component.WinXP --quiet --norestart --nocache --noUpdateInstaller
"%VSINSTALLER%" modify --installPath "%VSPATH%" --add Microsoft.VisualStudio.Component.WinXP --quiet --norestart --nocache
)

0 comments on commit bb7af0c

Please sign in to comment.