Skip to content

Commit 8c3dbd2

Browse files
Update rust.yml
1 parent 0b51601 commit 8c3dbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Install Dependencies
19-
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
19+
run: sudo apt install meson ninja-build git -y && wget https://download.gnome.org/sources/gtk/4.16/gtk-4.16.12.tar.xz && cd gtk-4.16.7 && 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
2020
- uses: actions/checkout@v4
2121
- name: Build
2222
run: cargo build --verbose

0 commit comments

Comments
 (0)