Skip to content

Commit

Permalink
manual install?
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Sep 16, 2024
1 parent 6946243 commit 811cc9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,11 @@ jobs:
node:
- '18'
- '20'
runs-on: alpine-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install musl
run: sudo apt-get install musl-tools
- name: Enable Corepack
run: corepack enable
- name: Setup node
Expand Down

0 comments on commit 811cc9c

Please sign in to comment.