We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee281e commit 30c9f4eCopy full SHA for 30c9f4e
1 file changed
.github/workflows/Build.yml
@@ -72,7 +72,9 @@ jobs:
72
image: alpine:3.20.1
73
steps:
74
- name: Install packages
75
- run: apk add bash git nasm yasm pkgconfig build-base clang cmake ninja linux-headers linux-pam-dev
+ run: |
76
+ apk add bash git nasm yasm pkgconfig build-base clang cmake ninja linux-headers linux-pam-dev
77
+ ln -s /lib/libpam.* /usr/lib/
78
79
- uses: actions/checkout@v4
80
0 commit comments