Skip to content

Commit 39dd7f7

Browse files
committed
fix: fix near contract CI job
1 parent 3bc88d7 commit 39dd7f7

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 [email protected]
4343
- run: cargo near build reproducible-wasm
4444
- name: Upload artifact

0 commit comments

Comments
 (0)