iodine/.github/workflows/openbsd.yml
Erik Ekman fc174d5e37 Bump github checkout action version
"The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2."
2023-11-30 00:26:17 +01:00

26 lines
387 B
YAML

name: openbsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: make
uses: vmactions/openbsd-vm@v0
with:
prepare: |
pkg_add \
check \
git \
pkgconf
run: |
make
make test