Skip to content

Commit 10ddf07

Browse files
committed
fixup! utils: update toolchain snapshot to permit use of the experimental SDK
1 parent c40d883 commit 10ddf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ if ($UseHostToolchain -is [string]) {
276276
$DefaultPinned = @{
277277
AMD64 = @{
278278
PinnedBuild = "https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a/swift-DEVELOPMENT-SNAPSHOT-2025-11-03-a-windows10.exe";
279-
PinnedSHA256 = "";
279+
PinnedSHA256 = "1B93C9B419070925E5ABCD1A273C510121E9928554876EC0DCA530121D8C93D3";
280280
PinnedVersion = "0.0.0";
281281
};
282282
ARM64 = @{

0 commit comments

Comments
 (0)