Update go.yml

This commit is contained in:
bolkedebruin 2022-08-25 12:35:01 +02:00 committed by GitHub
parent e56c133178
commit 8a911328b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ jobs:
id: go
- name: Install pam-devel
run: apt-get -y install libpam-dev
run: sudo apt-get -y install libpam-dev
- name: Check out code into the Go module directory
uses: actions/checkout@v2