Skip to content

Commit 7ccd2d4

Browse files
committed
fix: install libasound2-dev in CI and drop unused rodio dep from runtime
1 parent 51680e4 commit 7ccd2d4

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020

21+
- name: Install system dependencies
22+
run: sudo apt-get update -q && sudo apt-get install -y libasound2-dev
23+
2124
- name: Show Rust toolchain
2225
run: rustup show
2326

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/crab2d-runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ crab2d-render.workspace = true
1111
crab2d-scene.workspace = true
1212
eframe = { version = "0.34", features = ["glow"] }
1313
image = { version = "0.25", default-features = false, features = ["jpeg", "png"] }
14-
rodio.workspace = true
1514
rand.workspace = true

0 commit comments

Comments
 (0)