Skip to content

Add get_system_app_icon_configuration_file_path #964

Add get_system_app_icon_configuration_file_path

Add get_system_app_icon_configuration_file_path #964

Workflow file for this run

name: Karabiner-Elements CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v2
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'