git: Fix errors and warnings thrown by CI

This commit is contained in:
WerWolv
2023-12-27 21:11:27 +01:00
parent cb35f456ed
commit 258481b0ba
2 changed files with 3 additions and 5 deletions

View File

@@ -282,7 +282,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh extension install actions/gh-actions-cache
gh actions-cache delete "build-macos-arm64-cache" --confirm
gh actions-cache delete "build-macos-arm64-cache" --confirm || true
# Ubuntu build
ubuntu: