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.
2 parents 4b1225a + 8bf1737 commit 3d7e07cCopy full SHA for 3d7e07c
.github/workflows/bootstrap.yaml
@@ -51,5 +51,8 @@ jobs:
51
52
- if: runner.os == 'Windows'
53
name: Run bootstrap
54
- run: ./scripts/bootstrap/bootstrap-haskell.ps1 -InstallDir ${GITHUB_WORKSPACE} -BootstrapUrl ${GITHUB_WORKSPACE}/bootstrap-haskell -InBash
+ run: |
55
+ $curDir = Get-Location
56
+ Write-Host "Current Working Directory: $curDir"
57
+ ./scripts/bootstrap/bootstrap-haskell.ps1 -InstallDir ${GITHUB_WORKSPACE} -BootstrapUrl ("{0}/scripts/bootstrap/bootstrap-haskell" -f $curDir) -InBash
58
shell: pwsh
0 commit comments