Skip to content

Commit

Permalink
build image
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbend committed Apr 22, 2024
1 parent f5d4327 commit 02f2bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
sudo apt-get install python2 -y
- name: Build
run: |
npm install -g node-gyp
npm install -g npm
sudo npm install -g node-gyp
sudo npm install -g npm
yarn
yarn build
Expand Down

0 comments on commit 02f2bc1

Please sign in to comment.