Skip to content

Commit 2162a15

Browse files
authored
Enable sccache for Windows (#6037)
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent a375642 commit 2162a15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ jobs:
530530
matrix:
531531
include:
532532
- os: windows-x64
533-
runner: runs-on=${{ github.run_id }}/pool=windows-x64
533+
runner: runs-on=${{ github.run_id }}/pool=windows-x64/extras=s3-cache
534534
- os: linux-arm64
535535
runner:
536536
- runs-on=${{ github.run_id }}
@@ -542,7 +542,6 @@ jobs:
542542
runs-on: ${{ matrix.runner }}
543543
steps:
544544
- uses: runs-on/action@v2
545-
if: matrix.os == 'linux-arm64'
546545
with:
547546
sccache: s3
548547
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)