File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 if : matrix.platform == 'ubuntu-22.04'
201201 run : |
202202 sudo apt-get update
203- sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
203+ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libunwind-dev
204204 sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
205205
206206 - name : setup node
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
1212 pkg-config \
1313 xdg-utils \
1414 patchelf \
15+ libunwind-dev \
1516 libwebkit2gtk-4.1-dev \
1617 libgtk-3-dev \
1718 libayatana-appindicator3-dev \
You can’t perform that action at this time.
0 commit comments