Skip to content

Commit

Permalink
Fix aarch64 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Oct 26, 2024
1 parent 43c5cd5 commit abaeb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ghc-9.10.1"

wasi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit abaeb9f

Please sign in to comment.