Explorar el Código

github: Install development headers for sqlcipher.

parazyd hace 5 años
padre
commit
ff8dbe234a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/rust-build.yml

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

@@ -20,7 +20,7 @@ jobs:
             - name: Install sqlcipher
               run: |
                 sudo apt-get update
-                sudo apt-get install sqlcipher
+                sudo apt-get install libsqlcipher-dev
             - name: Compile
               run: |
                 cargo build --release