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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user