Skip to content

Commit 30c9f4e

Browse files
committed
Update .github/workflows/Build.yml
1 parent 1ee281e commit 30c9f4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/Build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
image: alpine:3.20.1
7373
steps:
7474
- name: Install packages
75-
run: apk add bash git nasm yasm pkgconfig build-base clang cmake ninja linux-headers linux-pam-dev
75+
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/
7678
7779
- uses: actions/checkout@v4
7880

0 commit comments

Comments
 (0)