This commit is contained in:
parent
573df9a8e3
commit
a8ac4c6acb
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ jobs:
|
||||||
Explore-CI:
|
Explore-CI:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Grab misc. dependencies
|
- name: Grab misc. dependencies
|
||||||
run: |
|
run: |
|
||||||
apt install -y librust-libudev-sys-dev build-essential
|
apt install -y librust-libudev-sys-dev build-essential
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- 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