[llvm] [CI][Github] Install Clang in Windows container (PR #164519)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 23 12:49:13 PDT 2025


================
@@ -98,3 +98,45 @@ RUN powershell -Command \
     Add-Type -AssemblyName System.IO.Compression.FileSystem ; \
     [System.IO.Compression.ZipFile]::ExtractToDirectory('actions-runner-win.zip', $PWD) ;\
     rm actions-runner-win.zip
+
+# Set the LLVM_VERSION environment variable
+RUN powershell -Command [Environment]::SetEnvironmentVariable('LLVM_VERSION', '21.1.2', 'Machine')
----------------
cmtice wrote:

Yes, they do. For some reason I was thinking I had to use the Powershell syntax.  Fixed


https://github.com/llvm/llvm-project/pull/164519


More information about the llvm-commits mailing list