Skip to content

Commit 7b52130

Browse files
committed
Merge branch 'gh-action-macos-cache'
2 parents 4434765 + 0e4b105 commit 7b52130

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ jobs:
9292
uses: actions/checkout@v2
9393
with:
9494
submodules: recursive
95-
- name: Enable caching
96-
uses: actions/cache@v2
97-
with:
98-
# The key version is just an incremental number.
99-
# Bump it every time there are changes in CI scripts.
100-
key: ${{runner.os}}-qt-osx-v2
101-
path: |
102-
~/Library/Caches/Homebrew
10395
- name: Install Go
10496
uses: actions/setup-go@v2
10597
with:

0 commit comments

Comments
 (0)