Skip to content

Commit

Permalink
Remove github action cache (#1076)
Browse files Browse the repository at this point in the history
Apparently it's a net loss: KyleMayes/install-llvm-action@878985d
  • Loading branch information
dabrahams authored Oct 10, 2023
1 parent b3a045a commit 7b73654
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/doc-extraction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/cache@v3
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Setup swift
uses: swift-actions/setup-swift@v1
with:
Expand Down

0 comments on commit 7b73654

Please sign in to comment.