Merge branch 'master' of https://github.com/rust-osdev/vga
This commit is contained in:
commit
460c13c5bb
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -85,6 +85,10 @@ jobs:
|
|||
- name: "Print QEMU Version"
|
||||
run: qemu-system-x86_64 --version
|
||||
|
||||
- name: "Build Test Kernel"
|
||||
run: cargo xbuild
|
||||
working-directory: 'testing'
|
||||
|
||||
check_formatting:
|
||||
name: "Check Formatting"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue