Skip to content

Remove bootout_grabber_daemon, bootout_console_user_server #1343

Remove bootout_grabber_daemon, bootout_console_user_server

Remove bootout_grabber_daemon, bootout_console_user_server #1343

Workflow file for this run

name: Karabiner-Elements CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: brew install
run: brew install xcodegen
- name: package
run: make package
- name: appendix
run: ruby scripts/reduce-logs.rb 'make -C appendix'
- name: tests
run: ruby scripts/reduce-logs.rb 'make -C tests'