We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4455e commit 806e933Copy full SHA for 806e933
.github/workflows/debian.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: actions/checkout@v2
48
with:
49
repository: AlistairB/official-images
50
- ref: haskell-sh
+ ref: haskell-cabal-test-change
51
path: official-images
52
- name: run official-images tests
53
run: ./official-images/test/run.sh haskell:${{ matrix.ghc }}-${{ matrix.deb }}
@@ -95,7 +95,7 @@ jobs:
95
docker run \
96
--platform "linux/${{ matrix.docker_platform }}" \
97
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \
98
- bash -c "cabal update && cabal install --lib hashable"
+ bash -c "cabal update && cabal install --lib vector"
99
100
101
0 commit comments