Disable build job
It takes so long to run, and we're still running Clippy anyways.
This commit is contained in:
parent
c2f1d76f8f
commit
3eb91ec0f7
1 changed files with 0 additions and 15 deletions
|
@ -33,18 +33,3 @@ jobs:
|
||||||
sudo apt-get -y install libasound2-dev libudev-dev libwayland-dev
|
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: Install dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get -y install libasound2-dev libudev-dev libwayland-dev
|
|
||||||
- name: Build project
|
|
||||||
run: cargo build
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue