From 5cdb9c1343542b34ad05a917fabdbb1fdefb8d3e Mon Sep 17 00:00:00 2001 From: Bodigrim Date: Sat, 26 Oct 2024 22:19:33 +0100 Subject: [PATCH] Fix aarch64 job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8736c07..9fc0b8c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: uses: docker://hasufell/arm64v8-ubuntu-haskell:focal name: Run build (arm64v8 linux) with: - args: sh -c "cabal update && cabal test" + args: sh -c "ghcup install ghc 9.10 && cabal update && cabal test -w ghc-9.10" wasi: runs-on: ubuntu-latest