Skip to content

Commit 72855c7

Browse files
committed
fix ci
1 parent f056db2 commit 72855c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,14 @@ jobs:
6565
cache: true
6666
locked: true
6767

68-
- name: Configure and Package
68+
- name: Remove ci llvm toolchain on Windows
69+
if: runner.os == 'Windows'
6970
run: |
7071
# @see https://github.com/xmake-io/xmake/issues/7158
7172
xmake lua os.rmdir "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm"
73+
74+
- name: Package
75+
run: |
7276
pixi run package
7377
7478
- name: Upload Main Package to Release

0 commit comments

Comments
 (0)