mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[ci] Use sccache for msvc jobs
Meson will not use ccache with MSVC, so we use sccache here.
This commit is contained in:
parent
582636bce0
commit
22a4fca375
1 changed files with 5 additions and 0 deletions
5
.github/workflows/msvc-ci.yml
vendored
5
.github/workflows/msvc-ci.yml
vendored
|
@ -28,6 +28,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
variant: sccache
|
||||
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.ARCH }}
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
@ -42,6 +46,7 @@ jobs:
|
|||
pip install --upgrade meson ninja fonttools
|
||||
- name: Build
|
||||
run: |
|
||||
sccache --version
|
||||
meson setup build `
|
||||
--wrap-mode=forcefallback `
|
||||
--buildtype=release `
|
||||
|
|
Loading…
Add table
Reference in a new issue