Skip to content

Commit

Permalink
downgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Sep 9, 2023
1 parent ed7b243 commit e7bf71b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,12 @@ jobs:
- name: install-deps
run: |
sudo apt-get update
sudo apt-get -y --allow-downgrades install \
gir1.2-gtk-3.0=3.24.33-1ubuntu1 \
sudo apt-get -y install \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-good \
gstreamer1.0-tools \
libgstreamer1.0-dev \
libgtk-3-0=3.24.33-1ubuntu1 \
libgtk-3-dev=3.24.33-1ubuntu1 \
libgtk-3-dev \
libunwind-dev \
libxml2-utils \
meson \
Expand All @@ -85,7 +83,7 @@ jobs:
deb http://ddebs.ubuntu.com jammy-updates main restricted universe multiverse
EOF
sudo apt-get update
sudo apt-get -y install libgtk-3-0-dbgsym
sudo apt-get -y --allow-downgrades install libglib2.0-0-dbgsym libgtk-3-0-dbgsym
- uses: actions/checkout@v2

Expand Down

0 comments on commit e7bf71b

Please sign in to comment.