summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOneric <oneric@oneric.stub>2021-03-25 22:24:22 +0100
committerOneric <oneric@oneric.stub>2021-03-26 00:19:30 +0100
commit686bfe62eb83e6b55870bde0c726ce34bfb73a85 (patch)
treec21636c0671c512eb08d407aa98111f284cf8638
parent35ca41ae9a4666a25964e5de5fc4a0d04311fb40 (diff)
downloadlibass-686bfe62eb83e6b55870bde0c726ce34bfb73a85.tar.bz2
libass-686bfe62eb83e6b55870bde0c726ce34bfb73a85.tar.xz
ci/gha: speed up MacOS builds
By not caching at all. Now that we're no longer using `brew update`, caching is barely doing anything, but causes some problems when the cache is not newer than GHA's preinstalled stuff.
-rw-r--r--.github/workflows/ghci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/ghci.yml b/.github/workflows/ghci.yml
index 669ebd6..236d60e 100644
--- a/.github/workflows/ghci.yml
+++ b/.github/workflows/ghci.yml
@@ -29,14 +29,6 @@ jobs:
- name: checkout code
uses: actions/checkout@v2
- - name: retrieve caches
- uses: actions/cache@v2
- with:
- path: |
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew
- key: ${{ runner.os }}-${{ matrix.os }}-build
-
- name: install deps
run: |
if echo "${{ matrix.os }}" | grep -qE '^macos-' ; then