mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-14 02:39:20 +01:00
ci: don't try to build pulseaudio bindings in CI
This commit is contained in:
parent
34e7927c74
commit
c928ea4899
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --verbose --no-default-features --features=tui
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose --no-default-features --features=tui
|
||||
|
|
Loading…
Reference in a new issue