Skip to content

GitHub Actions cache restored but not present #26879

Answered by pandaman64
pandaman64 asked this question in Actions
Discussion options

You must be logged in to vote

Hmm… It seems that I was misunderstanding the path syntax.
Originally, I had:

- name: Cache Isabelle Heaps
  uses: actions/cache@v2
  with:
    path: |
      - .heaps

But the correct syntax is:

- name: Cache Isabelle Heaps
  uses: actions/cache@v2
  with:
    path: .heaps

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant