Sfoglia il codice sorgente

github: update rust-build.yml workflow

ghassmo 4 anni fa
parent
commit
1aed118a8f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .github/workflows/rust-build.yml

+ 2 - 1
.github/workflows/rust-build.yml

@@ -17,10 +17,11 @@ jobs:
                 toolchain: stable
                 override: true
                 components: rustfmt, clippy
-            - name: Install sqlcipher
+            - name: Install Dependencies
               run: |
                 sudo apt-get update
                 sudo apt-get install libsqlcipher-dev
+                sudo apt-get install libudev-dev
             - name: Create Config Dir 
               run: |
                 mkdir -p ~/.config/darkfi