Skip to content

Commit b5eb83c

Browse files
authored
Merge pull request #50 from ShreyashKore/hotfix/ubuntu-release-issue-1
fix: curl not found for ubuntu
1 parent fb9d9be commit b5eb83c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ jobs:
5656
sudo apt-get update
5757
# nasm: x86 SIMD for the minimal FFmpeg built by build_linux_ffmpeg.sh.
5858
# 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.
5961
# No libav*-dev: the scrcpy decoder links the bundled FFmpeg, not the
6062
# system one.
61-
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
6264
6365
- name: Install macOS packaging dependencies
6466
if: matrix.platform == 'macos'

0 commit comments

Comments
 (0)