Skip to content

Commit

Permalink
update rustup setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Raid5594 committed Dec 4, 2023
1 parent 9475908 commit 4ac8b72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install linux dependencies
run: sudo apt update && sudo apt install -y clang libssl-dev llvm libudev-dev protobuf-compiler
run: sudo apt update && sudo apt install -y cargo clang libssl-dev llvm libudev-dev protobuf-compiler

- name: Install Rust
run: |
Expand All @@ -36,7 +36,6 @@ jobs:
rustup update stable --no-self-update
rustup target add wasm32-unknown-unknown
export PATH="$HOME/.cargo/bin:$PATH"
source "~/.cargo/env"
- name: Check TOML
uses: dprint/check@v2.2
Expand Down

0 comments on commit 4ac8b72

Please sign in to comment.