Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odelaere committed Aug 6, 2021
1 parent 05c5852 commit 03374e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
cache-name: cache-eggs
with:
path: ./eggs ./eggs
path: ./buildout-cache/eggs ./eggs
key: ${{ runner.os }}-build-${{ env.cache-name }}
restore-keys: ${{ runner.os }}-build-${{ env.cache-name }}
- name: buildout
Expand Down

0 comments on commit 03374e1

Please sign in to comment.