Skip to content

Commit

Permalink
Add missing libcurl to Azure Linux long test pipeline (#6765)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets authored Jan 16, 2025
1 parent 020e10c commit 7878a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
# libc++
tdnf -y install libcxx-devel llvm-libunwind-devel llvm-libunwind-static
# Dependencies
tdnf -y install openssl-devel libuv-devel nghttp2-devel
tdnf -y install openssl-devel libuv-devel nghttp2-devel curl-devel
# Test dependencies
tdnf -y install libarrow-devel parquet-libs-devel lldb npm jq expect
# Install CDDL via rubygems
Expand Down

0 comments on commit 7878a0d

Please sign in to comment.