Skip to content

Commit 0e4b105

Browse files
committed
ci: remove macOS caching
Recently, half of the PRs fail CI because macOS cache downloading gets stuck at 99.9%. We simply remove it, it does not seem to have a performance downside. Downloading from brew seems to take more or less the same amount of time as downloading the cache. It may even be faster - CI with this commit ran in 6min while a previous one with the cache ran in 7min.
1 parent 4434765 commit 0e4b105

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)