[Update] - Udpate keyboard driver #242
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: Kronos Kernel Workflow | |
on: | |
push: | |
branches: [ "main", "memory-system", "work-in-progress" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Installing dependencies | |
run : make install-dependencies | |
- name: Compiling Kernel | |
run: make |