Sfoglia il codice sorgente

github: Add sqlcipher to build image

Janus 5 anni fa
parent
commit
3ac36054d4
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      .github/workflows/rust-build.yml

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

@@ -17,7 +17,10 @@ jobs:
                 toolchain: stable
                 override: true
                 components: rustfmt, clippy
-
+            - name: Install sqlcipher
+              run: |
+                sudo apt-get update
+                sudo apt-get install sqlcipher
             - name: Compile
               run: |
                 cargo build --release