[llvm] workflows/release-binaries: Install Wix on Windows ARM64 (PR #217707)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 11:04:09 PDT 2026


================
@@ -291,6 +291,14 @@ jobs:
         release_dir=`find "$BUILD_PREFIX/build" -iname 'stage2-bins'`
         mv "$release_dir/$RELEASE_BINARY_FILENAME" .
 
+    # Wix is not installed by default on Windows ARM64
+    - name: Install Wix (Windows ARM64)
+      if: runner.os == 'Windows' && runner.arch == 'ARM64'
+      run: |
+        choco install wixtoolset
----------------
boomanaiden154 wrote:

Can we version pin this?

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


More information about the llvm-commits mailing list