Skip to content

Commit

Permalink
Remove explicit caching of .lake folder; enable use of Github cache (#…
Browse files Browse the repository at this point in the history
…156)

### Issues:

Hopefully, resolves #155

### Description:

Avoid caching fails in CI

### Testing:

`make all` ran locally

### License:

By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.
  • Loading branch information
shigoel authored Sep 16, 2024
1 parent 8f723bf commit 8f5ea59
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ jobs:
with:
auto-config: false
use-mathlib-cache: false
use-github-cache: false

- name: Cache `.lake` folder
id: cache-lake
uses: actions/cache@v4
with:
path: .lake
key: ${{ runner.os }}-lake
use-github-cache: true

- name: Build AWS-LC and run ELFSage tests (Ubuntu)
if : ${{ runner.os != 'macOS' }}
Expand Down

0 comments on commit 8f5ea59

Please sign in to comment.