Skip to content

Commit 7b6a3b5

Browse files
committed
rework ci
1 parent edbd006 commit 7b6a3b5

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
@@ -71,17 +71,17 @@ jobs:
7171
- name: apt-install
7272
run: |
7373
sudo apt-get update -y && sudo apt-get install -y \
74-
libwoff1 libvpx9 libevent-2.1-7t64 libopus0 libgstreamer-plugins-base1.0-0\
75-
libgstreamer-gl1.0-0\
76-
libgstreamer-plugins-bad1.0-0\
77-
libflite1\
78-
libavif16\
79-
libharfbuzz-icu0\
80-
libsecret-1-0\
81-
libhyphen0\
82-
libmanette-0.2-0\
83-
libgles2\
84-
gstreamer1.0-libav
74+
libwoff1 libvpx9 libevent-2.1-7t64 libopus0 libgstreamer-plugins-base1.0-0 \
75+
libgstreamer-gl1.0-0 \
76+
libgstreamer-plugins-bad1.0-0 \
77+
libflite1 \
78+
libavif16 \
79+
libharfbuzz-icu0 \
80+
libsecret-1-0 \
81+
libhyphen0 \
82+
libmanette-0.2-0 \
83+
libgles2 \
84+
gstreamer1.0-libav
8585
8686
- name: Install mamba
8787
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)