wip
This commit is contained in:
parent
e738e8e46d
commit
8d9f4b067f
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -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
|
||||
|
||||
@ -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=''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user