Update rolling-release.yml

This commit is contained in:
Connor McLaughlin 2024-05-17 02:49:23 +10:00 committed by Stenzek
parent 35bdbf2a55
commit 2f15bced26
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -337,6 +337,9 @@ jobs:
with:
fetch-depth: 0
- name: Use Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Install packages
shell: bash
run: |
@ -347,7 +350,7 @@ jobs:
uses: actions/cache@v4.0.2
with:
path: ~/deps
key: deps-mac ${{ hashFiles('scripts/build-dependencies-mac.sh') }}
key: deps-macQ ${{ hashFiles('scripts/build-dependencies-mac.sh') }}
- name: Build Dependencies
if: steps.cache-deps-mac.outputs.cache-hit != 'true'