Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ jobs:
sudo apt-get update
# nasm: x86 SIMD for the minimal FFmpeg built by build_linux_ffmpeg.sh.
# patchelf: stamps $ORIGIN RUNPATH on the bundled FFmpeg .so files.
# libcurl4-openssl-dev: sentry-native (from sentry_flutter) links libcurl
# for its Linux crash-upload transport.
# No libav*-dev: the scrcpy decoder links the bundled FFmpeg, not the
# system one.
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev nasm patchelf
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev nasm patchelf libcurl4-openssl-dev

- name: Install macOS packaging dependencies
if: matrix.platform == 'macos'
Expand Down
Loading