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": {