Skip to content

Commit

Permalink
Script(chore): update libsuop dep
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 31, 2024
1 parent 842cc17 commit 8ba48af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install the dependencies
run: |
sudo apt-get update;
sudo apt-get install meson pkg-config gettext libgtk-3-dev libsoup2.4-dev libconfig-dev libssl-dev libsecret-1-dev \
glib-networking libgtk3.0 libsoup2.4-1 libconfig9 libsecret-1-0 libayatana-appindicator3-dev
sudo apt-get install meson pkg-config gettext libgtk-3-dev libsoup-3.0-dev libconfig-dev libssl-dev libsecret-1-dev \
glib-networking libgtk3.0 libsoup-3.0-0 libconfig9 libsecret-1-0 libayatana-appindicator3-dev
# For ITS rules for metainfo
# ref: https://answers.launchpad.net/launchpad/+question/692788
sudo apt-get install appstream;
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
with:
update: true
msystem: MINGW64
install: base-devel mingw-w64-x86_64-meson mingw-w64-x86_64-gcc mingw-w64-x86_64-gtk3 mingw-w64-x86_64-libconfig mingw-w64-x86_64-libsoup mingw-w64-x86_64-libsecret mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-glib-networking mingw-w64-x86_64-appstream-glib
install: base-devel mingw-w64-x86_64-meson mingw-w64-x86_64-gcc mingw-w64-x86_64-gtk3 mingw-w64-x86_64-libconfig mingw-w64-x86_64-libsoup3 mingw-w64-x86_64-libsecret mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-glib-networking mingw-w64-x86_64-appstream-glib
# For ITS rules for metainfo
# ref: https://answers.launchpad.net/launchpad/+question/692788
- name: Build
Expand Down

0 comments on commit 8ba48af

Please sign in to comment.