We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3949c7f commit 0d84da4Copy full SHA for 0d84da4
1 file changed
.github/workflows/bootstrap.yaml
@@ -68,6 +68,9 @@ jobs:
68
ARCH: 64
69
JSON_VERSION: "0.0.7"
70
steps:
71
+ - name: unset GHCUP_INSTALL_BASE_PREFIX
72
+ run: |
73
+ unset GHCUP_INSTALL_BASE_PREFIX
74
- run: git config --global core.autocrlf input
75
- name: Checkout code
76
uses: actions/checkout@v3
0 commit comments