Skip to content

Commit edbd006

Browse files
committed
rework ci
1 parent 3322723 commit edbd006

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
- name: apt-install
2525
run: |
2626
sudo apt-get update -y && sudo apt-get install -y \
27-
libwoff1 libvpx9 libevent-2.1-7t64 libopus0 libgstreamer-plugins-base1.0-0\
28-
libgstreamer-gl1.0-0\
29-
libgstreamer-plugins-bad1.0-0\
30-
libflite1\
31-
libavif16\
32-
libharfbuzz-icu0\
33-
libsecret-1-0\
34-
libhyphen0\
35-
libmanette-0.2-0\
36-
libgles2\
37-
gstreamer1.0-libav
27+
libwoff1 libvpx9 libevent-2.1-7t64 libopus0 libgstreamer-plugins-base1.0-0 \
28+
libgstreamer-gl1.0-0 \
29+
libgstreamer-plugins-bad1.0-0 \
30+
libflite1 \
31+
libavif16 \
32+
libharfbuzz-icu0 \
33+
libsecret-1-0 \
34+
libhyphen0 \
35+
libmanette-0.2-0 \
36+
libgles2 \
37+
gstreamer1.0-libav
3838
3939
- name: Install mamba
4040
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)