Skip to content

Commit 9ed9d6c

Browse files
wip
1 parent c127194 commit 9ed9d6c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/osrm-backend.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@ jobs:
4444
echo PUBLISH=$([[ "${GITHUB_REF:-}" == "refs/tags/v${PACKAGE_JSON_VERSION}" ]] && echo "On" || echo "Off") >> $GITHUB_ENV
4545
- run: npm install --ignore-scripts
4646
- run: npm link --ignore-scripts
47-
- name: Install zlib
47+
- name: Install Zlib Using Scoop
4848
run: |
49-
choco install zlib
49+
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"
5055
- name: Build
5156
shell: bash
5257
run: |

0 commit comments

Comments
 (0)