mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 01:57:09 +00:00
Just ignore homebrew return code
This commit is contained in:
parent
34edbe45d9
commit
26384446fa
3
.github/workflows/build-and-test-macos.yaml
vendored
3
.github/workflows/build-and-test-macos.yaml
vendored
@ -45,7 +45,8 @@ jobs:
|
||||
libxi \
|
||||
lua \
|
||||
ninja \
|
||||
pkg-config
|
||||
pkg-config \
|
||||
|| true # Ignore errors
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- run: mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user