Skip to content

Bump uart_16550 from 0.3.0 to 0.3.1 #2119

Bump uart_16550 from 0.3.0 to 0.3.1

Bump uart_16550 from 0.3.0 to 0.3.1 #2119

Workflow file for this run

name: Rust
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: sudo apt-get -qqy update
- run: sudo apt-get -qqy install qemu-system-x86
- run: make
- run: make user-rust
- run: make test