Ver Fonte

github: Add sqlcipher to build image

Janus há 5 anos atrás
pai
commit
3ac36054d4
1 ficheiros alterados com 4 adições e 1 exclusões
  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