Skip to content

Commit 9ab7e95

Browse files
committed
CI: with Ubuntu 22.04 we need libunwind-dev
Whatever.
1 parent d3a3216 commit 9ab7e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: sudo apt-get install -y libsdl2-dev
5555

5656
- name: Install Gstreamer
57-
run: sudo apt-get install -y libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev
57+
run: sudo apt-get install -y libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev libunwind-dev
5858

5959
- name: Install ccache
6060
run: sudo apt-get install ccache

0 commit comments

Comments
 (0)