mirror of
https://github.com/labwc/labwc.git
synced 2026-03-14 05:33:52 -04:00
CI: run FreeBSD job on Ubuntu
This commit is contained in:
parent
dcc10ba81b
commit
00ec29c834
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
TARGET: 'sh -xe'
|
TARGET: 'sh -xe'
|
||||||
|
|
||||||
- name: FreeBSD
|
- name: FreeBSD
|
||||||
os: macos-12
|
os: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
TARGET: 'ssh freebsd /bin/sh -xe'
|
TARGET: 'ssh freebsd /bin/sh -xe'
|
||||||
|
|
||||||
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install FreeBSD dependencies
|
- name: Install FreeBSD dependencies
|
||||||
if: matrix.name == 'FreeBSD'
|
if: matrix.name == 'FreeBSD'
|
||||||
uses: vmactions/freebsd-vm@v0
|
uses: vmactions/freebsd-vm@v1
|
||||||
with:
|
with:
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
prepare: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue