Skip to content

Commit 2ff0852

Browse files
committed
fix: explicitly install LLVM via xlings on Windows CI and release
1 parent 00c2ad3 commit 2ff0852

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
export PATH="$USERPROFILE/.xlings/subos/default/bin:$PATH"
5757
echo "$USERPROFILE/.xlings/subos/default/bin" >> "$GITHUB_PATH"
5858
xlings.exe --version
59+
xlings.exe install llvm -y || xlings.exe install llvm@20.1.7 -y
5960
xlings.exe install mcpp -y
6061
echo "=== Searching for mcpp binary ==="
6162
find "$USERPROFILE/.xlings" -name "mcpp.exe" -o -name "mcpp" 2>/dev/null | head -10

0 commit comments

Comments
 (0)