Skip to content

Commit 3d7e07c

Browse files
committed
Merge branch 'issue-796'
2 parents 4b1225a + 8bf1737 commit 3d7e07c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bootstrap.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ jobs:
5151

5252
- if: runner.os == 'Windows'
5353
name: Run bootstrap
54-
run: ./scripts/bootstrap/bootstrap-haskell.ps1 -InstallDir ${GITHUB_WORKSPACE} -BootstrapUrl ${GITHUB_WORKSPACE}/bootstrap-haskell -InBash
54+
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
5558
shell: pwsh

0 commit comments

Comments
 (0)