mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-18 19:48:07 +00:00
testing a CI fix
This commit is contained in:
4
.github/workflows/build-linux.yml
vendored
4
.github/workflows/build-linux.yml
vendored
@@ -51,8 +51,8 @@ jobs:
|
||||
|
||||
- name: Configure Meson
|
||||
env:
|
||||
CC: "ccache clang"
|
||||
CXX: "ccache clang++"
|
||||
CC: "ccache clang-20"
|
||||
CXX: "ccache clang-20++"
|
||||
CC_LD: lld
|
||||
CXX_LD: lld
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user