Skip to content

Add dist/Karabiner-DriverKit-VirtualHIDDevice-4.0.0.pkg #289

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

Add dist/Karabiner-DriverKit-VirtualHIDDevice-4.0.0.pkg #289

Workflow file for this run

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