Skip to content

Commit

Permalink
Update apt before installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Feb 3, 2025
1 parent 8a37ec8 commit 5d01d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ledger-emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- uses: stellar/actions/rust-cache@main
- name: install libudev-dev
run: |
sudo apt install -y libudev-dev
sudo apt update && sudo apt install -y libudev-dev
- run: |
cargo test --manifest-path cmd/crates/stellar-ledger/Cargo.toml --features "emulator-tests" -- --nocapture

0 comments on commit 5d01d3c

Please sign in to comment.