We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a09e6 commit 0b51601Copy full SHA for 0b51601
.github/workflows/rust.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Install Dependencies
19
- run: sudo apt install libgtk-4-dev build-essential -y
+ run: sudo apt install meson ninja-build git -y && git clone git@ssh.gitlab.gnome.org:GNOME/gtk.git && cd gtk && 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
- uses: actions/checkout@v4
21
- name: Build
22
run: cargo build --verbose
0 commit comments