Explorar o código

github: Add sqlcipher to build image

Janus %!s(int64=5) %!d(string=hai) anos
pai
achega
3ac36054d4
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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