File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Install Dependencies
19
- run : sudo apt install meson ninja-build git build-essential fontconfig -y && wget https://download.gnome.org/sources/gtk/4.16/gtk-4.16.12.tar.xz && tar -xf gtk-4.16.12.tar.xz && cd gtk-4.16.12 && meson setup --prefix /opt/gtk builddir && cd builddir && meson compile && meson install && LD_LIBRARY_PATH="/opt/gtk/lib" && PATH="/opt/gtk/bin:$PATH" && export LD_LIBRARY_PATH PATH
19
+ run : sudo apt install meson ninja-build git build-essential fontconfig pkg-config libglib2.0-0 libgdk-pixbuf-2.0-0 gir1.2-pango-1.0 gobject-introspection libc6 gettext cairo libepoxy gir1.2-graphene-1.0 shared-mime-info -y && wget https://download.gnome.org/sources/gtk/4.16/gtk-4.16.12.tar.xz && tar -xf gtk-4.16.12.tar.xz && cd gtk-4.16.12 && meson setup --prefix /opt/gtk builddir && cd builddir && meson compile && meson install && LD_LIBRARY_PATH="/opt/gtk/lib" && PATH="/opt/gtk/bin:$PATH" && export LD_LIBRARY_PATH PATH
20
20
- uses : actions/checkout@v4
21
21
- name : Build
22
22
run : cargo build --verbose
You can’t perform that action at this time.
0 commit comments