Skip to content

Commit 6be7b3f

Browse files
committed
Prefetch HLS
1 parent c3aa0e7 commit 6be7b3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
uses: haskell/actions/setup@v1
2929
with:
3030
ghc-version: ${{ matrix.ghc }}
31+
- run: |
32+
mkdir -p test-workspace/bin/
33+
export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/bin
34+
ghcup --no-verbose prefetch hls 1.4.0
35+
ghcup --no-verbose prefetch hls latest
3136
- run: npm ci
3237
- run: npm run webpack
3338
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test

0 commit comments

Comments
 (0)