Get rid of the brew cache. It's not working as expected too bad.

master
Melroy van den Berg 2022-02-10 22:14:36 +01:00
parent cfe27d5db8
commit 4e9cc7ba97
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 0 additions and 17 deletions

View File

@ -14,29 +14,12 @@ jobs:
submodules: true
fetch-depth: 0
- name: Configure Homebrew cache
uses: actions/cache@v2
with:
path: |
/usr/local/Homebrew
/usr/local/Cellar
key: brew-${{ hashFiles('./scripts/build-macos-prod.sh') }}
restore-keys: brew-
- name: Install dependencies
env:
HOMEBREW_NO_AUTO_UPDATE: 1
run: |
brew install \
gtkmm3 \
ninja
- name: Link dependencies
run: |
brew link \
gtkmm3 \
ninja
# Workaround for now, we create our own features.h file (macos image either is missing this file, or some include folder is missing during the build)
- name: Add `features.h`
run: |