Skip to content

Commit

Permalink
fix(ci-napi,docker-ubuntu-install): Fallback modification
Browse files Browse the repository at this point in the history
  • Loading branch information
miniben-90 committed Aug 6, 2024
1 parent 459664c commit 530647c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/docker-ubuntu-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_version=${1:-20}
# Install nodejs version x.x
curl -fsSL https://deb.nodesource.com/setup_$node_version.x | sudo -E bash

sudo apt-get install -y nodejs musl-tools
sudo apt-get install -y nodejs

# Install yarn glboal
npm install --global yarn
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ jobs:
target: x86_64-unknown-linux-gnu
image: miniben90/ubuntu-dummy-desktop:latest

- host: ubuntu-latest
target: x86_64-unknown-linux-musl
image: miniben90/ubuntu-dummy-desktop:latest

node-version: [18, 20]

runs-on: ${{ matrix.settings.host }}
Expand Down

0 comments on commit 530647c

Please sign in to comment.