Skip to content

Commit

Permalink
Update job deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Dec 17, 2024
1 parent 4535a3e commit 7502968
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/web_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ jobs:
components: clippy,rustfmt
- uses: taiki-e/cache-cargo-install-action@v2
with:
tool: wasm-bindgen-cli
tool: [email protected]
- name: Install Linux dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
if: ${{ runner.os == 'linux' }}
with:
packages: libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Check
run: just check
- name: Web Build
Expand Down

0 comments on commit 7502968

Please sign in to comment.