Skip to content

Commit

Permalink
fix macos CD build
Browse files Browse the repository at this point in the history
  • Loading branch information
bencwallace committed Dec 9, 2024
1 parent 3549460 commit 4064ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: InstallGraphviz
run: |
git clone https://gitlab.com/graphviz/graphviz.git
git clone --depth 1 -b 12.2.0 https://gitlab.com/graphviz/graphviz.git
cmake -S ${{github.workspace}}/graphviz -B ${{github.workspace}}/graphviz/build \
-DCMAKE_BUILD_TYPE=Release \
-DBISON_EXECUTABLE=$(brew --prefix bison)/bin/bison \
Expand Down

0 comments on commit 4064ddb

Please sign in to comment.