File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22 name : FreeBSD
33 freebsd_instance :
44 image_family : freebsd-14-0
5- install_script : pkg install -y ghc hs-cabal-install git
5+ install_script :
6+ - pkg install -y git gmake
7+ - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
68 script :
7- - cabal update
9+ - export PATH="$HOME/.ghcup/bin:$PATH"
810 - cabal test --test-show-details=direct
911
1012task :
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 arch : ['s390x', 'ppc64le', 'riscv64']
128128 steps :
129129 - uses : actions/checkout@v4
130- - uses : uraimo/run-on-arch-action@v2.7.2
130+ - uses : uraimo/run-on-arch-action@v2.8.1
131131 timeout-minutes : 60
132132 with :
133133 arch : ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments