Skip to content

Commit

Permalink
updated graphviz workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Mar 24, 2024
1 parent f81d303 commit ae6039d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Qt requirements for Linux
uses: tlambert03/setup-qt-libs@v1
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz
with:
# Skip to run brew update command on macOS.
macos-skip-brew-update: 'true' # defalt false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if: runner.os == 'MacOS'
run: brew update
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz
with:
macos-skip-brew-update: 'true' # defalt false
- name: Cache LLVM and Clang
Expand Down

0 comments on commit ae6039d

Please sign in to comment.