Sfoglia il codice sorgente

github: Install development headers for sqlcipher.

parazyd 5 anni fa
parent
commit
ff8dbe234a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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