File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 11task :
22 name : FreeBSD
33 freebsd_instance :
4- image_family : freebsd-14-0
4+ image_family : freebsd-14-2
55 install_script :
66 - pkg install -y git gmake
77 - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
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.8.1
130+ - uses : uraimo/run-on-arch-action@v3
131131 timeout-minutes : 60
132132 with :
133133 arch : ${{ matrix.arch }}
@@ -260,7 +260,6 @@ jobs:
260260 wasi-${{ runner.os }}-${{ env.GHC_WASM_META_REV }}-flavour-${{ matrix.ghc }}-
261261 - name : Build
262262 run : |
263- mv cabal.project.wasi cabal.project.local
264263 wasm32-wasi-cabal build --enable-tests
265264 wasm32-wasi-cabal list-bin test:bytestring-tests
266265 - name : Test
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments