Skip to content

Commit 167a088

Browse files
committed
Fixed typo in package name
1 parent 9f95712 commit 167a088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
build-essential \
4949
cmake \
5050
pkgconf \
51-
libgtk-3.0-dev \
51+
libgtk-3-dev \
5252
libsigc++-2.0-dev \
5353
libyaml-cpp-dev \
5454
catch2 \

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cmake \
5151
ninja-build \
5252
pkgconf \
53-
libgtk-3.0-dev \
53+
libgtk-3-dev \
5454
libsigc++-2.0-dev \
5555
libyaml-cpp-dev \
5656
libglfw3-dev \

0 commit comments

Comments
 (0)