This commit is contained in:
parent
3cc8ee75ce
commit
573df9a8e3
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: List files in the repository
|
- name: Grab misc. dependencies
|
||||||
run: |
|
run: |
|
||||||
apt install -y librust-libudev-sys-dev
|
apt install -y librust-libudev-sys-dev build-essential
|
||||||
- name: Grab Rust toolchain
|
- name: Grab Rust toolchain
|
||||||
uses: https://github.com/actions-rs/toolchain@v1
|
uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue