Skip to content

Commit 806e933

Browse files
committed
Confirm cabal build vector works in CI
1 parent 8d4455e commit 806e933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
with:
4949
repository: AlistairB/official-images
50-
ref: haskell-sh
50+
ref: haskell-cabal-test-change
5151
path: official-images
5252
- name: run official-images tests
5353
run: ./official-images/test/run.sh haskell:${{ matrix.ghc }}-${{ matrix.deb }}
@@ -95,7 +95,7 @@ jobs:
9595
docker run \
9696
--platform "linux/${{ matrix.docker_platform }}" \
9797
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
98-
bash -c "cabal update && cabal install --lib hashable"
98+
bash -c "cabal update && cabal install --lib vector"
9999
docker run \
100100
--platform "linux/${{ matrix.docker_platform }}" \
101101
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \

0 commit comments

Comments
 (0)