Skip to content

Commit 763ac63

Browse files
committed
fix: remove xlings install llvm from ci-windows (mcpp handles it)
1 parent 2ff0852 commit 763ac63

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ 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
6059
xlings.exe install mcpp -y
6160
echo "=== Searching for mcpp binary ==="
6261
find "$USERPROFILE/.xlings" -name "mcpp.exe" -o -name "mcpp" 2>/dev/null | head -10

0 commit comments

Comments
 (0)