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
|
||||
with:
|
||||
components: clippy
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install libasound2-dev libudev-dev libwayland-dev
|
||||
- name: Run Clippy
|
||||
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