From 7e065313634880814442bc5cd2fae610203120b7 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..19786174 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.1 && cabal update && cabal test -w ~/.ghcup/bin/ghc-9.10.1" wasi: runs-on: ubuntu-latest