Skip to content

Commit

Permalink
ci: Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Nov 18, 2023
1 parent 5d4d7ab commit ab1388e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
targets: wasm32-unknown-unknown
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v2
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ sdl2_mixer = { stage = ["build", "run"] }
sdl2_ttf = { stage = ["build", "run"] }

[workspace.metadata.dist.dependencies.apt]
sdl2 = { stage = ["build", "run"] }
sdl2_gfx = { stage = ["build", "run"] }
sdl2_image = { stage = ["build", "run"] }
sdl2_mixer = { stage = ["build", "run"] }
sdl2_ttf = { stage = ["build", "run"] }
libsdl2-dev = { stage = ["build", "run"] }
libsdl2-gfx = { stage = ["build", "run"] }
libsdl2-image = { stage = ["build", "run"] }
libsdl2-mixer = { stage = ["build", "run"] }
libsdl2-ttf = { stage = ["build", "run"] }

0 comments on commit ab1388e

Please sign in to comment.