Skip to content

Commit 811cc9c

Browse files
manual install?
1 parent 6946243 commit 811cc9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,11 @@ jobs:
209209
node:
210210
- '18'
211211
- '20'
212-
runs-on: alpine-latest
212+
runs-on: ubuntu-latest
213213
steps:
214214
- uses: actions/checkout@v4
215+
- name: Install musl
216+
run: sudo apt-get install musl-tools
215217
- name: Enable Corepack
216218
run: corepack enable
217219
- name: Setup node

0 commit comments

Comments
 (0)