Skip to content

Commit f85af54

Browse files
committed
update(archlinux)
> error: gcc-libs: signature from "Frederik Schwan <frederik.schwan@linux.com>" is unknown trust > :: File /var/cache/pacman/pkg/gcc-libs-15.2.1+r301+gf24307422d1d-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)). > Do you want to delete it? [Y/n] https://bbs.archlinux.org/viewtopic.php?id=304755
1 parent 6e77e05 commit f85af54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pkg-platform.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ jobs:
115115
PKGX_PANTRY_PATH: ${{ github.workspace }}
116116
steps:
117117
- uses: actions/checkout@v4
118+
# need to update archlinux-keyring on run
119+
# https://bbs.archlinux.org/viewtopic.php?id=304755
120+
- run: |
121+
if command -v pacman; then
122+
pacman-key --init
123+
pacman-key --populate archlinux
124+
pacman -Sy --noconfirm archlinux-keyring
125+
fi
118126
- uses: ./.github/actions/setup
119127
- uses: pkgxdev/setup@v2
120128
with:

0 commit comments

Comments
 (0)