Skip to content

Commit 148b001

Browse files
committed
Add step to install system dependencies on Alpine Linux
1 parent 9f9a3c7 commit 148b001

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v4
8282

83+
- name: Install system dependencies
84+
run: apk add --no-cache bash curl jq
85+
8386
- name: Setup Swift
8487
uses: vapor/[email protected]
8588
with:

0 commit comments

Comments
 (0)