Skip to content

Commit 1b9061d

Browse files
committed
Replace ccache clang with clang in GitHub Actions workflow for Linux builds.
1 parent e83f767 commit 1b9061d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ jobs:
410410
working-directory: ${{github.workspace}}/attachments
411411
if: runner.os != 'Windows'
412412
run: |
413-
export CC="ccache clang"
414-
export CXX="ccache clang++"
413+
export CC="clang"
414+
export CXX="clang++"
415415
416416
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
417417
-DCMAKE_CXX_SCAN_FOR_MODULES=ON \

0 commit comments

Comments
 (0)