Skip to content

build(deps): bump vmactions/freebsd-vm from 1.3.1 to 1.3.2 (#65) #227

build(deps): bump vmactions/freebsd-vm from 1.3.1 to 1.3.2 (#65)

build(deps): bump vmactions/freebsd-vm from 1.3.1 to 1.3.2 (#65) #227

Workflow file for this run

# SPDX-FileCopyrightText: 2025 David Rabkin
# SPDX-License-Identifier: 0BSD
---
name: test-bsd
'on': [pull_request, push]
jobs:
test-bsd:
name: Test BSD on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: vmactions/freebsd-vm@v1.3.2
with:
prepare: |
pkg update
pkg install -y \
bash \
curl \
goredo \
p5-Digest-SHA
cd /usr/local/bin
goredo -symlinks
cd -
ln -s /usr/local/bin/bash /bin/bash
run: |
redo -xx lint test