Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit ec6cb84

Browse files
authored
Update LLVM.
1 parent b187022 commit ec6cb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
.\MozillaBuildSetup.exe /S | Out-Null
3636
iwr -useb get.scoop.sh -outfile 'install.ps1'
3737
.\install.ps1 -RunAsAdmin
38-
scoop install llvm@13.0.1 --global
38+
scoop install llvm@14.0.6 --global
3939
echo "C:\ProgramData\scoop\shims;C:\Users\runneradmin\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
4040
# TODO: Remove this step when the compatibility issue between mozjs and
4141
# Homebrew's Python 3.10 formula (servo/rust-mozjs#559) is truly fixed

0 commit comments

Comments
 (0)