pacman lacked keyring
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 32s
Build (C++) / build-zshell (pull_request) Failing after 47s
Python / lint-format (pull_request) Successful in 32s
Lint & Format (C++) / lint-format (pull_request) Failing after 47s
Python / test (pull_request) Successful in 40s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m3s

This commit is contained in:
2026-06-01 22:03:04 +02:00
parent 5dfffc5ac8
commit e3b139ad3d
+4 -1
View File
@@ -10,7 +10,10 @@ jobs:
steps:
- name: Install node & git
run: pacman -Syu --noconfirm nodejs git
run: |
pacman-key --init
pacman-key --populate archlinux
pacman -Syu --noconfirm nodejs git
- name: Checkout
uses: actions/checkout@v4