Skip to content

Commit

Permalink
fix: appveyor (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
rprovodenko authored Feb 17, 2022
1 parent 8fa3c82 commit 1172aba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ environment:
nodejs_version: "12"

install:
- brew install openssl
- export OPENSSL_ROOT_DIR=/usr/local/opt/openssl
- npm install -g yarn
- yarn install --frozen-lockfile
- yarn prebuild:upload
Expand All @@ -19,4 +21,4 @@ test_script:
- rm -rf ./*
- git reset --hard
- yarn install --frozen-lockfile
- yarn test
- yarn test:ci

0 comments on commit 1172aba

Please sign in to comment.