Skip to content

Commit

Permalink
removed [community] for alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed Jun 19, 2023
1 parent 76d1a16 commit 95e7b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builder_self_hosted_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
mkdir -p /mnt/sync /var/lib/pacman
rm -rf /var/lib/pacman/sync
ln -sf /mnt/sync /var/lib/pacman/sync
sed '/\[community\]/,+2d' -i /etc/pacman.conf || :
pacman-key --init
pacman-key --populate archlinuxarm
pacman -Syu --noconfirm
pacman -S --noconfirm --needed --assume-installed python2 base-devel devtools-alarm dbus git github-cli jq pacman-contrib pyalpm python-mysqlclient wget yq zsh
sed '/\[community\]/,+2d' -i /usr/share/devtools/pacman*.conf || :
- uses: arch4edu/cactus/actions/setup-cactus@main

Expand Down

0 comments on commit 95e7b65

Please sign in to comment.