Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 45baf7c

Browse files
authored
Merge pull request #386 from cortex-command-community/broken-buildcache
fix broken build cache
2 parents b332b60 + bbfa2bc commit 45baf7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
# uses: BSFishy/meson-build@6f1930d878fd3eed3853c1c91285ec604c37f3a5
4747
uses: BSFishy/[email protected]
4848
env:
49-
CC: "ccache clang"
50-
CXX: "ccache clang++"
49+
CC: "clang"
50+
CXX: "clang++"
5151
CCACHE_SLOPPINESS: pch_defines,time_macros,include_file_mtime,include_file_ctime
5252
with:
5353
# The action to run

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
# uses: BSFishy/meson-build@6f1930d878fd3eed3853c1c91285ec604c37f3a5
4747
uses: BSFishy/[email protected]
4848
env:
49-
CC: "ccache clang"
50-
CXX: "ccache clang++"
49+
CC: "clang"
50+
CXX: "clang++"
5151
CCACHE_SLOPPINESS: pch_defines,time_macros,include_file_mtime,include_file_ctime
5252
with:
5353
# The action to run

0 commit comments

Comments
 (0)