Fix optional setting values handling in device.hpp #1182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Karabiner-Elements CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
build: | |
runs-on: macos-12 | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
# - name: xcode-select | |
# run: sudo xcode-select -s /Applications/Xcode_14.2.app | |
- 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' |