Skip to content

Fix/update hls installation #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
uses: haskell/actions/setup@v1
with:
ghc-version: ${{ matrix.ghc }}
- run: |
mkdir -p test-workspace/bin/
export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/test-workspace/bin
echo $XDG_BIN_HOME $GHCUP_INSTALL_BASE_PREFIX
ghcup --no-verbose prefetch hls 1.4.0
ghcup --no-verbose prefetch hls latest
shell: bash
- run: npm ci
- run: npm run webpack
- run: xvfb-run -s '-screen 0 640x480x16' -a npm test
Expand Down
Loading