Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed May 22, 2024
1 parent 20c729c commit b136a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
if: steps.git-diff.outputs.diff
- name: install near-cli
if: steps.git-diff.outputs.diff
run:
sudo apt install -y pkg-config libusb-1.0-0-dev libftdi1-dev
sudo apt-get install libudev-dev
cargo install cargo-flash
run:
sudo apt update
sudo apt install -y pkg-config libusb-1.0-0-dev libftdi1-dev libudev-dev
cargo install near-cli-rs
- name: clippy
if: steps.git-diff.outputs.diff
run: |
Expand Down

0 comments on commit b136a0e

Please sign in to comment.