Disable SCCACHE_DIRECT

This commit is contained in:
topjohnwu 2023-11-30 01:55:27 +08:00
parent 58aded31c2
commit 46ba008b9d
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
SCCACHE_DIRECT: false
strategy:
fail-fast: false
matrix: