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

Commit bbfa2bc

Browse files
authored
disable build caching
1 parent 3b4f3d2 commit bbfa2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)