We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f353e commit 421522dCopy full SHA for 421522d
.github/workflows/test.yml
@@ -30,7 +30,10 @@ jobs:
30
ghc-version: ${{ matrix.ghc }}
31
- run: |
32
mkdir -p test-workspace/bin/
33
- export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/bin
+ export GHCUP_USE_XDG_DIRS=1
34
+ export XDG_BIN_HOME=$(pwd)/test-workspace/bin/.ghcup/bin
35
+ export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/test-workspace/bin
36
+ echo $XDG_BIN_HOME $GHCUP_INSTALL_BASE_PREFIX
37
ghcup --no-verbose prefetch hls 1.4.0
38
ghcup --no-verbose prefetch hls latest
39
shell: bash
0 commit comments