Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaizombie1 authored Jan 10, 2025
1 parent 78a09e6 commit 0b51601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Install Dependencies
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
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 0b51601

Please sign in to comment.