We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97caed commit eeec929Copy full SHA for eeec929
.github/workflows/ci-near-contract.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: Swatinem/rust-cache@v2
39
with:
40
workspaces: "target_chains/near/receiver -> target"
41
- - run: sudo apt-get install -y libudev-dev
+ - run: sudo apt-get update && sudo apt-get install -y libudev-dev
42
- run: cargo +stable install --locked cargo-near@0.13.3
43
- run: cargo near build reproducible-wasm
44
- name: Upload artifact
0 commit comments