Documentation update for Keyboard class and PS2Device enum. #134
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: Rust Build CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- uses: actions-rs/toolchain@v1 | |
with: | |
toolchain: stable | |
- name: rishka-arc cargo build | |
run: cd tools/rishka-arc && cargo build --release | |
- name: rishka-cc cargo build | |
run: cd tools/rishka-cc && cargo build --release |