Skip to content

Commit b3a850b

Browse files
committed
Setup ccache maybe
1 parent 08ee135 commit b3a850b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dist.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ 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+
142149
- name: Install
143150
shell: bash
144151
working-directory: dist

0 commit comments

Comments
 (0)