Disable caching on windows

This commit is contained in:
Andrea Cavalli 2023-10-09 02:25:42 +02:00
parent 63ae6612ad
commit 3bf599c768
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ jobs:
fi
fi
- name: Run sccache-cache
if: matrix.os != 'windows-2019'
uses: mozilla-actions/sccache-action@v0.0.3
- name: Install MSVC
if: matrix.os == 'windows-2019'