Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests only] Refresh homebrew/lima caches since colima/lima upgraded #4458

Merged
merged 1 commit into from Dec 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/colima-tests.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Homebrew cache/restore
uses: actions/cache@v3
env:
cache-name: cache-homebrew-cache-8
cache-name: cache-homebrew-cache-9
with:
path: ~/Library/Caches/Homebrew
key: ${{ runner.os }}-build-${{ env.cache-name }}
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Lima cache/restore
uses: actions/cache@v3
env:
cache-name: cache-lima-8
cache-name: cache-lima-9
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.lima
Expand Down