Skip to content

Add dist/Karabiner-DriverKit-VirtualHIDDevice-2.5.0.pkg #270

Add dist/Karabiner-DriverKit-VirtualHIDDevice-2.5.0.pkg

Add dist/Karabiner-DriverKit-VirtualHIDDevice-2.5.0.pkg #270

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: brew install
run: brew install xcodegen
- name: examples
run: make -C examples
- name: tests
run: make -C tests