Skip to content

Commit

Permalink
update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
zyr17 committed Aug 3, 2021
1 parent 79814eb commit 4ad75f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ branches:
- master
build_script:
- sh: >-
nvm install 8.1.0
nvm install stable
nvm use 8.1.0
nvm use stable
git submodule init
Expand Down
4 changes: 4 additions & 0 deletions appveyor-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ build_script:
git submodule update
nvm install stable
nvm use stable
npm install
npm run-script package-win
Expand Down

0 comments on commit 4ad75f1

Please sign in to comment.