We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c127194 commit 9ed9d6cCopy full SHA for 9ed9d6c
.github/workflows/osrm-backend.yml
@@ -44,9 +44,14 @@ jobs:
44
echo PUBLISH=$([[ "${GITHUB_REF:-}" == "refs/tags/v${PACKAGE_JSON_VERSION}" ]] && echo "On" || echo "Off") >> $GITHUB_ENV
45
- run: npm install --ignore-scripts
46
- run: npm link --ignore-scripts
47
- - name: Install zlib
+ - name: Install Zlib Using Scoop
48
run: |
49
- choco install zlib
+ echo "C:/Users/runneradmin/scoop/shims" >> $env:GITHUB_PATH
50
+ Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
51
+ refreshenv
52
+ scoop bucket add extras
53
+ scoop install zlib
54
+ regedit /s "C:\\Users\\runneradmin\\scoop\\apps\\zlib\\current\\register.reg"
55
- name: Build
56
shell: bash
57
0 commit comments