mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-23 13:15:35 +00:00
another ci fix attempt
This commit is contained in:
6
.github/workflows/build-linux.yml
vendored
6
.github/workflows/build-linux.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user