Fix CI #1
1 changed files with 4 additions and 11 deletions
|
@ -27,16 +27,9 @@ jobs:
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@nightly
|
uses: https://github.com/dtolnay/rust-toolchain@nightly
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get -y install libasound2-dev libudev-dev libwayland-dev
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: cargo clippy -- -D warnings
|
run: cargo clippy -- -D warnings
|
||||||
|
|
||||||
build:
|
|
||||||
name: Build
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
steps:
|
|
||||||
- name: Checkout the code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Set up Rust
|
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@nightly
|
|
||||||
- name: Build project
|
|
||||||
run: cargo build
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue