Skip to content

Commit

Permalink
remove dependecies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-kame committed Mar 20, 2024
1 parent 75a488b commit cf09c8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rust-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
target: wasm32-unknown-unknown
profile: minimal

- name: Setup check deps
run: |
sudo apt-get update
sudo apt-get install -y clang llvm libudev-dev protobuf-compiler libasound2-dev
- name: Check the project
run: |
cargo check --release --workspace

0 comments on commit cf09c8d

Please sign in to comment.