Skip to content

Commit d761ff9

Browse files
committed
chore: add libunwind-dev dependency to release workflow and Dockerfile
1 parent ff282b1 commit d761ff9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker/linux-tauri-build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)