Skip to content

Commit 08d6c28

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+3
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 gnupg
85+
8386
- name: Setup Swift
8487
uses: vapor/[email protected]
8588
with:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Swift implementation of the [Model Context Protocol][mcp] (MCP).
1717
| visionOS | 1.0+ |
1818
| Linux |[^1] |
1919

20-
[^1]: Linux support requires glibc-based distributions such as Ubuntu, Debian, Fedora, CentOS, or RHEL. Alpine Linux and other musl-based distributions are not supported.
20+
[^1]: Linux support includes glibc-based distributions (Ubuntu, Debian, Fedora, CentOS, RHEL) and musl-based distributions (Alpine Linux).
2121

2222
## Installation
2323

0 commit comments

Comments
 (0)