Skip to content

Commit

Permalink
Just ignore homebrew return code
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Mar 9, 2024
1 parent 34edbe4 commit 2638444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
libxi \
lua \
ninja \
pkg-config
pkg-config \
|| true # Ignore errors
- name: Checkout
uses: actions/checkout@v4
- run: mkdir build
Expand Down

0 comments on commit 2638444

Please sign in to comment.