From 3ead2088b17d42f1f7c5febff6d666e6ff56155f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 11 Apr 2025 16:56:40 +0100 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_test.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 3efd9b83..6569bb45 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -62,12 +62,6 @@ jobs: hdiutil attach ./dist/*.dmg -mountpoint /Volumes/Element && rsync -a /Volumes/Element/Element.app ~/Applications/ && hdiutil detach /Volumes/Element - - security create-keychain -p password temp.keychain - security unlock-keychain -p password temp.keychain - security list-keychains -d user -s temp.keychain - security set-keychain-settings temp.keychain - security default-keychain -s temp.keychain - name: "Linux (amd64) (sqlcipher: system)" os: ubuntu-22.04 artifact: linux-amd64-sqlcipher-system