Skip to content

Commit 841bc54

Browse files
committed
fix: oops
1 parent 5af2d92 commit 841bc54

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ jobs:
3737
node-version: lts/*
3838
architecture: ${{ matrix.arch }}
3939

40+
- name: Setup sccache
41+
uses: hendrikmuhs/[email protected]
42+
with:
43+
variant: sccache
44+
create-symlink: ${{ runner.os != 'Windows' }}
45+
update-package-index: false
46+
key: ${{ matrix.os }}-${{ matrix.arch }}-sccache
47+
4048
- name: Compile
4149
env:
4250
CMAKE_GENERATOR: Ninja

0 commit comments

Comments
 (0)