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 9ed9d6c commit cc0eeb2Copy full SHA for cc0eeb2
.github/workflows/osrm-backend.yml
@@ -46,6 +46,7 @@ jobs:
46
- run: npm link --ignore-scripts
47
- name: Install Zlib Using Scoop
48
run: |
49
+ iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
50
echo "C:/Users/runneradmin/scoop/shims" >> $env:GITHUB_PATH
51
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
52
refreshenv
0 commit comments