Skip to content

Commit

Permalink
Another attempt to fix compilation on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 4, 2025
1 parent 8086654 commit d2107df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ jobs:
echo 'export PATH="/opt/homebrew/opt/m4/bin:$PATH"' >> /Users/runner/.bash_profile
- name: Build bibref-pbrst
run: |
. /Users/runner/.bash_profile
mkdir build-pbrst
cd build-pbrst
cmake -DPBRST=ON ..
Expand All @@ -206,12 +207,14 @@ jobs:
cd qt
mkdir build
cd build
. /Users/runner/.bash_profile
cmake ..
make
- name: Build bibref-qt-pbrst
run: |
cd qt
mkdir build-pbrst
cd build-pbrst
. /Users/runner/.bash_profile
cmake -DPBRST=ON ..
make

0 comments on commit d2107df

Please sign in to comment.