This commit is contained in:
PieGodEX 2025-03-27 19:31:50 +02:00 committed by GitHub
commit c5058d2003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -242,6 +242,10 @@ jobs:
with:
length: 7
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- name: Remove pre-existing homebrew packages
run: brew remove --force $(brew list)