Skip to content

Commit e0ab98c

Browse files
committed
Add system dependencies installation step in GitHub Actions workflow to ensure required packages are available for the build process.
1 parent 002ab49 commit e0ab98c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
else
7474
echo "VERSION=latest" >> $GITHUB_OUTPUT
7575
fi
76+
- name: Install system dependencies
77+
run: |
78+
apk add --no-cache linux-headers build-base musl-dev
7679
- name: Initialize opam
7780
run: |
7881
opam init --disable-sandboxing -y

0 commit comments

Comments
 (0)