mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-19 23:13:49 +02:00
Add pam package for builds
This commit is contained in:
parent
be77ffef12
commit
e56c133178
1 changed files with 3 additions and 0 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue