Skip to content

Commit eeec929

Browse files
authored
fix: fix near contract CI job (#2500)
1 parent e97caed commit eeec929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-near-contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: Swatinem/rust-cache@v2
3939
with:
4040
workspaces: "target_chains/near/receiver -> target"
41-
- run: sudo apt-get install -y libudev-dev
41+
- run: sudo apt-get update && sudo apt-get install -y libudev-dev
4242
- run: cargo +stable install --locked cargo-near@0.13.3
4343
- run: cargo near build reproducible-wasm
4444
- name: Upload artifact

0 commit comments

Comments
 (0)