Skip to content

Commit

Permalink
trying to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfritz committed Mar 15, 2024
1 parent 6e22a46 commit 6808d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if [[ $(uname -s) == 'Linux' ]]; then
gobject-introspection \
build-essential \
g++ \
gtk+3.0 \
libgtk-3-dev \
gir1.2-gtk-3.0 \
libsoup2.4-1 \
Expand All @@ -40,5 +41,6 @@ if [[ $(uname -s) == 'Linux' ]]; then
gstreamer1.0-plugins-base \
gir1.2-gst-plugins-base-1.0 \
gstreamer1.0-plugins-bad \
libgstreamer-plugins-bad1.0-dev \
gir1.2-gst-plugins-bad-1.0
fi;
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mingw-w64-x86_64-gstreamer
mingw-w64-x86_64-gst-plugins-good
mingw-w64-x86_64-gst-plugins-bad
mingw-w64-x86_64-libsoup3
mingw-w64-x86_64-libsoup
- name: Install VS 2017
shell: cmd
Expand Down

0 comments on commit 6808d19

Please sign in to comment.