1 parent fb9d9be commit b5eb83cCopy full SHA for b5eb83c
1 file changed
.github/workflows/release.yml
@@ -56,9 +56,11 @@ jobs:
56
sudo apt-get update
57
# nasm: x86 SIMD for the minimal FFmpeg built by build_linux_ffmpeg.sh.
58
# patchelf: stamps $ORIGIN RUNPATH on the bundled FFmpeg .so files.
59
+ # libcurl4-openssl-dev: sentry-native (from sentry_flutter) links libcurl
60
+ # for its Linux crash-upload transport.
61
# No libav*-dev: the scrcpy decoder links the bundled FFmpeg, not the
62
# system one.
- sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev nasm patchelf
63
+ sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev nasm patchelf libcurl4-openssl-dev
64
65
- name: Install macOS packaging dependencies
66
if: matrix.platform == 'macos'
0 commit comments