Skip to content

Commit

Permalink
No cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Jul 26, 2024
1 parent f5ad249 commit e8c4ef6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
with:
fetch-depth: 2

- name: Cache turbo build setup
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
# - name: Cache turbo build setup
# uses: actions/cache@v4
# with:
# path: .turbo
# key: ${{ runner.os }}-turbo-${{ github.sha }}
# restore-keys: |
# ${{ runner.os }}-turbo-

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit e8c4ef6

Please sign in to comment.