From 103aaba56d684971bfa06c355b30dc08e8f631ec Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 5 Apr 2024 00:23:13 +0200 Subject: [PATCH] ci: cpal doesn't build in github actions just test file and app i guess --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 20ec993..27570f0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,6 +17,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - run: cargo build --verbose + run: cargo build --verbose --no-default-features --features=app,file - name: Run tests - run: cargo test --verbose + run: cargo test --verbose --no-default-features --features=app,file