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 4af8005 commit 0555446
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 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 libcairo2-dev libepoxy-dev gir1.2-graphene-1.0 shared-mime-info libxkbcommon-dev xorg gstreamer1.0-x -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
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 libcairo2-dev libepoxy-dev gir1.2-graphene-1.0 shared-mime-info libxkbcommon-dev xorg libgstreamer-plugins-base1.0-0 -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
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 0555446

Please sign in to comment.