Skip to content

Commit f73dac0

Browse files
committed
Try with just primitive for aarch64
1 parent 73cf1f7 commit f73dac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 vector"
98+
bash -c "cabal update && cabal install --lib primitive"
9999
docker run \
100100
--platform "linux/${{ matrix.docker_platform }}" \
101101
-t haskell:${{ matrix.ghc }}-${{ matrix.deb }} \

0 commit comments

Comments
 (0)