This commit is contained in:
Siarhei Fedartsou 2022-09-09 10:50:16 +02:00
parent e738e8e46d
commit 8d9f4b067f
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,8 @@ jobs:
# needs: format-taginfo-docs
runs-on: windows-2022
continue-on-error: false
env:
BUILD_TYPE: Release
steps:
- uses: actions/checkout@v3
- run: pip install conan==1.51.3

View File

@ -7,7 +7,7 @@ echo "node version is:"
which node
node -v
PUBLISH=On
BUILD_TYPE=Release
if [[ ${PUBLISH} == 'On' ]]; then
echo "PUBLISH is set to '${PUBLISH}', publishing!"
NPM_FLAGS=''