Skip to content

Commit aa36723

Browse files
committed
unset prefix
1 parent 3949c7f commit aa36723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bootstrap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
ARCH: 64
6969
JSON_VERSION: "0.0.7"
7070
steps:
71+
- name: unset GHCUP_INSTALL_BASE_PREFIX
72+
run: Remove-Item Env:GHCUP_INSTALL_BASE_PREFIX
73+
7174
- run: git config --global core.autocrlf input
7275
- name: Checkout code
7376
uses: actions/checkout@v3

0 commit comments

Comments
 (0)