Browse Source

fix(unstable): workaround prosody repo dsa1024 issues

Aaron van Meerten 2 days ago
parent
commit
e4232c4213
1 changed files with 2 additions and 7 deletions
  1. 2 7
      .github/workflows/unstable.yml

+ 2 - 7
.github/workflows/unstable.yml

@@ -24,14 +24,9 @@ jobs:
       - name: Prosody gpg key
         id: prosody_gpg_key
         run: curl --location --silent --show-error https://prosody.im/files/prosody-debian-packages.key | sudo dd of=/etc/apt/trusted.gpg.d/prosody.gpg
-      - name: Prosody dsa1024 key support
-        run: echo -e "[hash_algorithms]\nsha1.second_preimage_resistance = \"always\"\n\n[asymmetric_algorithms]\ndsa1024 = \"always\"\n" > /etc/crypto-policies/back-ends/apt-sequoia.config
       - name: Prosody repo
-        uses: myci-actions/add-deb-repo@11
-        with:
-          repo: deb https://packages.prosody.im/debian bookworm main
-          repo-name: prosody
-          keys-asc: https://prosody.im/files/prosody-debian-packages.key
+        id: prosody_repo
+        run: echo "deb https://packages.prosody.im/debian bookworm main" | sudo tee /etc/apt/sources.list.d/prosody.list
       - name: Jitsi repo
         uses: myci-actions/add-deb-repo@11
         with: