Fix CI #1

Merged
MichaelBradley merged 6 commits from actions into main 2025-03-13 23:59:11 -04:00
Showing only changes of commit 3eb91ec0f7 - Show all commits

View file

@ -33,18 +33,3 @@ jobs:
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: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install libasound2-dev libudev-dev libwayland-dev
- name: Build project
run: cargo build