Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/checkupdates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ jobs:
echo "::group::Install paru (AUR helper)"
echo "Installing paru for 'builder' user..."
cd /tmp
sudo -u builder mkdir -p paru-bin && cd paru-bin
sudo -u builder git clone --depth 1 --filter=blob:none --sparse --branch paru-bin https://github.com/archlinux/aur.git
sudo -u builder mkdir -p paru && cd paru
sudo -u builder git clone --depth 1 --filter=blob:none --sparse --branch paru https://github.com/archlinux/aur.git
cd aur && sudo -u builder makepkg -si --noconfirm
cd ../.. && rm -rf paru-bin
cd ../.. && rm -rf paru
echo "::endgroup::"

- name: Setup SSH key for AUR
Expand Down