Skip to content

Commit cacda77

Browse files
committed
update llvm-mingw
1 parent a3a585a commit cacda77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-windows-gnullvm/install-llvm-mingw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex
44

5-
release_date=20250430
5+
release_date=20250528
66
archive=llvm-mingw-${release_date}-ucrt-ubuntu-22.04-x86_64.tar.xz
77
curl -L https://github.com/mstorsjo/llvm-mingw/releases/download/${release_date}/${archive} | \
88
tar --extract --xz --strip 1 --directory /usr/local

0 commit comments

Comments
 (0)