Revert "[ci] Use sccache with msys2"
This reverts commitb9646dfd62
. For some reason using sccache re-introduces the random CI crashes that was previously fixed in80dd751564
.
This commit is contained in:
parent
eed5d5efdd
commit
1abcc32137
|
@ -33,10 +33,6 @@ jobs:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: hendrikmuhs/ccache-action@v1.2
|
|
||||||
with:
|
|
||||||
variant: sccache
|
|
||||||
key: ${{ github.job }}-${{ matrix.MSYSTEM }}-${{ matrix.MSYS2_ARCH }}
|
|
||||||
- uses: msys2/setup-msys2@v2
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: ${{ matrix.MSYSTEM }}
|
msystem: ${{ matrix.MSYSTEM }}
|
||||||
|
@ -61,8 +57,6 @@ jobs:
|
||||||
pip install --upgrade fonttools
|
pip install --upgrade fonttools
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
export PATH=$PATH:$(cygpath -u $USERPROFILE/.cargo/bin)
|
|
||||||
sccache --version
|
|
||||||
meson build \
|
meson build \
|
||||||
--wrap-mode=nodownload \
|
--wrap-mode=nodownload \
|
||||||
--auto-features=enabled \
|
--auto-features=enabled \
|
||||||
|
|
Loading…
Reference in New Issue