Skip to content

Commit

Permalink
Remove the use of github actions cache
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 49fdecd commit 2e67dcf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,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: Build and Test
uses: devcontainers/[email protected]
with:
Expand Down

0 comments on commit 2e67dcf

Please sign in to comment.