Skip to content

Commit

Permalink
Fix sccache save
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Apr 29, 2024
1 parent 985fc7e commit fe76c84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/precommit-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Windows Precommit Tests"

permissions:
contents: read
actions: read

on:
pull_request:
Expand Down Expand Up @@ -53,6 +54,10 @@ jobs:
max-size: 2G
variant: sccache
key: precommit-windows

- name: Save sccache for next PR run
if: always()
uses: ./.github/workflows/pr-sccache-save

- name: Restore sccache from previous PR run
uses: ./.github/workflows/pr-sccache-restore
Expand Down

0 comments on commit fe76c84

Please sign in to comment.