From 7878a0d0c1da2df533004152a1695d09f408c451 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 16 Jan 2025 09:11:15 +0000 Subject: [PATCH] Add missing libcurl to Azure Linux long test pipeline (#6765) --- .github/workflows/long-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/long-test.yml b/.github/workflows/long-test.yml index 57fa8b89d64..e9ed0d72333 100644 --- a/.github/workflows/long-test.yml +++ b/.github/workflows/long-test.yml @@ -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