Skip to content

Commit

Permalink
Remove libgtk2.0-dev from build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Jun 23, 2024
1 parent 0715a61 commit 3596119
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt update -qq
sudo apt install -y doxygen libgtk2.0-dev
sudo apt install -y doxygen
- name: Install Dependencies on macOS
if: ${{ runner.os == 'macOS' }}
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(WITH_INTERNAL_GRAPHVIZ)
# cmake-lint: disable=C0103
set(with_gvedit
"OFF"
CACHE STRING " GVEdit interactive graph editor" FORCE
CACHE STRING "GVEdit interactive graph editor" FORCE
)

# cmake-lint: disable=C0301
Expand Down

0 comments on commit 3596119

Please sign in to comment.