Skip to content

Commit 4d4fd35

Browse files
committed
Setup ccache maybe
1 parent 08ee135 commit 4d4fd35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dist.yml

+8
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@ jobs:
139139
architecture: x64
140140
if: runner.os == 'Windows'
141141

142+
- name: Configure ccache for MSVC
143+
shell: bash
144+
# https://github.com/mesonbuild/meson/issues/10423
145+
run: |
146+
echo "CC=ccache.exe cl" >> $GITHUB_ENV
147+
echo "CXX=ccache.exe cl" >> $GITHUB_ENV
148+
if: runner.os == 'Windows'
149+
142150
- name: Install
143151
shell: bash
144152
working-directory: dist

0 commit comments

Comments
 (0)