Skip to content

Commit 64f353e

Browse files
committed
Prefetch HLS
1 parent c3aa0e7 commit 64f353e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ 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
36+
shell: bash
3137
- run: npm ci
3238
- run: npm run webpack
3339
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test

0 commit comments

Comments
 (0)