Just ignore homebrew return code

This commit is contained in:
Brenden Matthews
2024-03-09 16:23:27 -05:00
parent 34edbe45d9
commit 26384446fa

View File

@@ -45,7 +45,8 @@ jobs:
libxi \
lua \
ninja \
pkg-config
pkg-config \
|| true # Ignore errors
- name: Checkout
uses: actions/checkout@v4
- run: mkdir build