Преглед на файлове

fix: fix near contract CI job (#2500)

Connor Prussin преди 8 месеца
родител
ревизия
eeec9297f9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/ci-near-contract.yml

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

@@ -38,7 +38,7 @@ jobs:
       - uses: Swatinem/rust-cache@v2
         with:
           workspaces: "target_chains/near/receiver -> target"
-      - run: sudo apt-get install -y libudev-dev
+      - run: sudo apt-get update && sudo apt-get install -y libudev-dev
       - run: cargo +stable install --locked cargo-near@0.13.3
       - run: cargo near build reproducible-wasm
       - name: Upload artifact