From e56c13317827e0eb544ee5e4c33e6b5e6e316bd3 Mon Sep 17 00:00:00 2001 From: Bolke de Bruin <bolke@xs4all.nl> Date: Thu, 25 Aug 2022 12:34:01 +0200 Subject: [PATCH] Add pam package for builds --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8a08082..b487861 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,6 +19,9 @@ jobs: go-version: ^1.19 id: go + - name: Install pam-devel + run: apt-get -y install libpam-dev + - name: Check out code into the Go module directory uses: actions/checkout@v2 -- GitLab