Skip to content

Commit

Permalink
chore: install missing openssh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Dec 18, 2024
1 parent 904fcdd commit e4ea1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: Update PKGBUILD and .SRCINFO
run: |
pacman -Syyu --noconfirm git
pacman -Syyu --noconfirm openssh git
mkdir -p ~/.ssh
echo "${{ secrets.AUR_SSH_PRIVATE_KEY }}" > ~/.ssh/aur
chmod 600 ~/.ssh/aur
Expand Down

0 comments on commit e4ea1ed

Please sign in to comment.