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 1
1
task :
2
2
name : FreeBSD
3
3
freebsd_instance :
4
- image_family : freebsd-14-0
4
+ image_family : freebsd-14-2
5
5
install_script :
6
6
- pkg install -y git gmake
7
7
- 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:
127
127
arch : ['s390x', 'ppc64le', 'riscv64']
128
128
steps :
129
129
- uses : actions/checkout@v4
130
- - uses : uraimo/run-on-arch-action@v2.8.1
130
+ - uses : uraimo/run-on-arch-action@v3
131
131
timeout-minutes : 60
132
132
with :
133
133
arch : ${{ matrix.arch }}
@@ -260,7 +260,6 @@ jobs:
260
260
wasi-${{ runner.os }}-${{ env.GHC_WASM_META_REV }}-flavour-${{ matrix.ghc }}-
261
261
- name : Build
262
262
run : |
263
- mv cabal.project.wasi cabal.project.local
264
263
wasm32-wasi-cabal build --enable-tests
265
264
wasm32-wasi-cabal list-bin test:bytestring-tests
266
265
- name : Test
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments