Skip to content

Commit 776f737

Browse files
Update update-aur-git-dev.yml
1 parent 7856e5e commit 776f737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-aur-git-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "${{ secrets.AUR_SSH_KEY }}" > /root/.ssh/aur
6363
chmod 600 /root/.ssh/aur
6464
chmod 700 /root/.ssh
65-
ssh-keyscan aur.archlinux.org >> /root/.ssh/known_hosts
65+
ssh-keyscan -t ed25519,rsa aur.archlinux.org >> /root/.ssh/known_hosts 2>/dev/null || true
6666
6767
- name: Test AUR connection
6868
if: steps.should_run.outputs.run == 'true'

0 commit comments

Comments
 (0)