This commit is contained in:
parent
768c090462
commit
b3794a100f
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ run-name: ${{ github.actor }} is testing
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-CI:
|
Explore-CI:
|
||||||
runs-on: x86-64
|
runs-on: docker
|
||||||
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: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ github.workspace }}
|
apt install librust-udev-sys-dev
|
||||||
- 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