fix(ci): pin LLVM 18 for Windows cross-compilation #17

Merged
naomi merged 3 commits from fix/ci into main 2026-04-13 16:21:43 -07:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 0903033180 - Show all commits
+3 -4
View File
@@ -92,11 +92,10 @@ jobs:
patchelf \ patchelf \
libgtk-3-dev \ libgtk-3-dev \
libayatana-appindicator3-dev \ libayatana-appindicator3-dev \
clang-18 \ clang \
lld-18 \ lld \
llvm-18 \ llvm \
nsis nsis
echo "/usr/lib/llvm-18/bin" >> $GITHUB_PATH
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 364 KiB