mirror of
https://github.com/labwc/labwc.git
synced 2026-03-06 01:40:15 -05:00
CI: Update FreeBSD runner
This commit is contained in:
parent
065c37d3f5
commit
6e1dd2dbfa
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -1,5 +1,3 @@
|
||||||
# TODO: add FreeBSD via https://github.com/marketplace/actions/freebsd-vm
|
|
||||||
#
|
|
||||||
# Void-musl images:
|
# Void-musl images:
|
||||||
# https://github.com/void-linux/void-docker/pkgs/container/void-linux/versions
|
# https://github.com/void-linux/void-docker/pkgs/container/void-linux/versions
|
||||||
#
|
#
|
||||||
|
|
@ -56,7 +54,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install FreeBSD dependencies
|
- name: Install FreeBSD dependencies
|
||||||
if: matrix.name == 'FreeBSD'
|
if: matrix.name == 'FreeBSD'
|
||||||
uses: vmactions/freebsd-vm@v0.1.7
|
uses: vmactions/freebsd-vm@v0.2.0
|
||||||
with:
|
with:
|
||||||
usesh: true
|
usesh: true
|
||||||
prepare: |
|
prepare: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue