Skip to content

Try to include relevant parts of macos if_utun.h #54

Try to include relevant parts of macos if_utun.h

Try to include relevant parts of macos if_utun.h #54

Workflow file for this run

name: macos
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: install check
run: brew install check
- name: run tests
run: make test