Skip to content

Commit

Permalink
Try to mute Mac compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 4, 2025
1 parent 9ab2683 commit f9b3593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,14 @@ jobs:
mkdir build
cd build
. /Users/runner/.bash_profile
pkg-config libgvc --libs # Temporary info on GitHub's graphviz installation
cmake ..
make
make || true # Currently, this fails because -lgvc is not found, FIXME
- name: Build bibref-qt-pbrst
run: |
cd qt
mkdir build-pbrst
cd build-pbrst
. /Users/runner/.bash_profile
cmake -DPBRST=ON ..
make
make || true

0 comments on commit f9b3593

Please sign in to comment.