From 79bd380ba2c9a63d2d0f2e74e975ce01b1a6df26 Mon Sep 17 00:00:00 2001 From: Mathieu Velten Date: Tue, 11 Jun 2024 14:04:56 +0200 Subject: [PATCH] Switch debs to use the SQLCipher static version (#1001) Co-authored-by: Mathieu Velten Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_deploy.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 5fc81f3..2343951 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -85,7 +85,7 @@ jobs: strategy: matrix: arch: [amd64, arm64] - sqlcipher: [system, static] + sqlcipher: [static] uses: ./.github/workflows/build_linux.yaml with: arch: ${{ matrix.arch }} @@ -218,7 +218,7 @@ jobs: run: | for arch in amd64 arm64 do - echo "$arch=$(ls linux-$arch-sqlcipher-system/*.deb | tail -n1)" >> $GITHUB_OUTPUT + echo "$arch=$(ls linux-$arch-sqlcipher-static/*.deb | tail -n1)" >> $GITHUB_OUTPUT done - name: Stash debs diff --git a/package.json b/package.json index 57999b3..34aa30f 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "typescript": "5.4.5" }, "hakDependencies": { - "matrix-seshat": "^3.0.1", + "matrix-seshat": "^4.0.0", "keytar": "^7.9.0" }, "resolutions": {