From 6b599a1eceb755a5ef5b91d95760b01a364f648c Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 24 Oct 2023 15:02:54 -0700 Subject: [PATCH] install libsasl2-modules-gssapi-mit --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 08f55f848..6dfd716b2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -239,6 +239,7 @@ jobs: sudo apt-get update && sudo apt-get install -y --no-install-recommends \ g++ \ unixodbc-dev \ + libsasl2-modules-gssapi-mit \ unzip sudo apt-get install -y curl