We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f056db2 commit 72855c7Copy full SHA for 72855c7
.github/workflows/package.yml
@@ -65,10 +65,14 @@ jobs:
65
cache: true
66
locked: true
67
68
- - name: Configure and Package
+ - name: Remove ci llvm toolchain on Windows
69
+ if: runner.os == 'Windows'
70
run: |
71
# @see https://github.com/xmake-io/xmake/issues/7158
72
xmake lua os.rmdir "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm"
73
+
74
+ - name: Package
75
+ run: |
76
pixi run package
77
78
- name: Upload Main Package to Release
0 commit comments