Skip to content

Commit

Permalink
Merge pull request #4899 from nymtech/jon/cherry-pick-4894-into-wedel
Browse files Browse the repository at this point in the history
Backport #4894 to fix ci
  • Loading branch information
benedettadavico committed Sep 18, 2024
2 parents 7f147ee + 8775189 commit d5c9e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-upload-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo $OUTPUT_DIR
- name: Install Dependencies (Linux)
run: sudo apt update && sudo apt install libudev-dev
run: sudo apt-get update && sudo apt-get -y install libudev-dev

- name: Sets env vars for tokio if set in manual dispatch inputs
run: |
Expand Down

0 comments on commit d5c9e1d

Please sign in to comment.