jeffreytse / jekyll-deploy-action

🪂 A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
MIT License
329 stars 44 forks source link

fix#73: usr: refresh keyring for Arch packages #74

Closed pgpbpadilla closed 6 months ago

pgpbpadilla commented 6 months ago

Relates to #73

Installing ruby fails with Errors:

pacman -S --noconfirm ruby2.7 ruby-bundler

error: ruby-uri: signature from "Levente Polyak (anthraxx) levente@leventepolyak.net" is unknown trust :: File /var/cache/pacman/pkg/ruby-uri-0.12.1-1-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).

Refs:

  1. https://www.reddit.com/r/archlinux/comments/ugcmtn/unable_to_fix_gpg_error_when_upgrading_packages/
  2. https://forum.manjaro.org/t/error-failed-to-commit-transaction-failed-to-retrieve-some-files/119308/3
  3. https://www.reddit.com/r/archlinux/comments/5legoq/trouble_mounting_archchroot/
pgpbpadilla commented 6 months ago

closing since issue got fixed in base arch-linux docker image