Skip to content

Commit

Permalink
chore: Fix build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jBernavaPrah committed Aug 6, 2024
1 parent a4b66a5 commit cd6a6ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 72 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ jobs:

test:
name: Test Suite
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
rust: [ stable ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -45,7 +41,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1
Expand Down
66 changes: 2 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ async-channel = "1.9.0"
[dev-dependencies]
tokio = { version = "1.36.0", features = ["full"] }

rodio = { version = "0.19.0", features = ["symphonia", "symphonia-all"], default-features = false }
rodio = { version = "0.19.0", features = ["symphonia", "symphonia-wav", "symphonia-mp3"], default-features = false }

hound = "3.5"
cpal = "0.15.3"

reqwest = { version = "0.12", features = ["stream"] }
iobuffer = "0.2.0"
Expand Down

0 comments on commit cd6a6ca

Please sign in to comment.