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 3bc88d7 commit 39dd7f7Copy full SHA for 39dd7f7
.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 [email protected]
43
- run: cargo near build reproducible-wasm
44
- name: Upload artifact
0 commit comments