build: Fix more macOS build issues

This commit is contained in:
WerWolv
2025-12-05 18:06:00 +01:00
parent df3200f936
commit 4f4af83699
3 changed files with 2 additions and 9 deletions

View File

@@ -590,7 +590,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh extension install actions/gh-actions-cache
gh actions-cache delete "build-macos-arm64-cache" --confirm || true
gh cache delete "macos-arm64-cache" --confirm || true
macos-arm64-package:
runs-on: macos-15-intel