another ci fix attempt

This commit is contained in:
Tropical
2026-04-04 11:27:25 -05:00
parent 4c218c825c
commit 2f08d34fe4
2 changed files with 23 additions and 25 deletions

View File

@@ -51,12 +51,12 @@ jobs:
- name: Configure Meson
env:
CC: "ccache clang-20"
CXX: "ccache clang++-20"
CC: "ccache clang"
CXX: "ccache clang++"
CC_LD: lld
CXX_LD: lld
run: |
meson setup build --wipe
meson setup build --native-file=scripts/llvm_native.txt --wipe
- name: Build with Meson
env: