From 0998d55fab7c8f0ce17d57ab8a490c12aeaa149b Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Wed, 18 Dec 2024 13:48:11 -0800 Subject: [PATCH] with fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4aa68ffec..1f8aee0b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: # # We can bypass this problem by linking with "resolv" manually until we bump # our base Linux image to Ubuntu 22. - # extra-build-flag: --cmake-extra=-DCMAKE_EXE_LINKER_FLAGS="-lresolv" + extra-build-flag: --cmake-extra=-DCMAKE_EXE_LINKER_FLAGS="-lresolv" steps: - uses: aws-actions/configure-aws-credentials@v4 with: