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 2727 run : |
2828 choco install -y ninja
2929 # We need a newer llvm-lib, in order to build the OpenMP interface library
30- choco install -y llvm --version=17.0.6
30+ choco install -y llvm --version=21.1.0
3131 - uses : actions/checkout@v4
3232 - name : Set up the MSVC dev environment
3333 uses : ilammy/msvc-dev-cmd@v1
@@ -109,7 +109,7 @@ jobs:
109109 - uses : actions/checkout@v4
110110 - name : Install llvm-mingw
111111 run : |
112- curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20231128 /llvm-mingw-20231128 -ucrt-x86_64.zip
112+ curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20251118 /llvm-mingw-20251118 -ucrt-x86_64.zip
113113 powershell Expand-Archive llvm-mingw*.zip -DestinationPath .
114114 del llvm-mingw*.zip
115115 mv llvm-mingw* c:\llvm-mingw
@@ -152,7 +152,7 @@ jobs:
152152 - uses : actions/checkout@v4
153153 - name : Install llvm-mingw
154154 run : |
155- curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20231128 /llvm-mingw-20231128 -ucrt-x86_64.zip
155+ curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20251118 /llvm-mingw-20251118 -ucrt-x86_64.zip
156156 powershell Expand-Archive llvm-mingw*.zip -DestinationPath .
157157 del llvm-mingw*.zip
158158 mv llvm-mingw* c:\llvm-mingw
You can’t perform that action at this time.
0 commit comments