Skip to content

Fixed an initialization omission in stick_sensor::value_. #1324

Fixed an initialization omission in stick_sensor::value_.

Fixed an initialization omission in stick_sensor::value_. #1324

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: 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'