Skip to content

Commit

Permalink
github actions: why is there no secret key??
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Nov 1, 2024
1 parent c0e4703 commit 92d9e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Enable archlinuxcn repo
run: |
echo -e '[archlinuxcn]\nServer = https://repo.archlinuxcn.org/$arch' >> /etc/pacman.conf
pacman-key --init
pacman-key --populate
pacman -Sy --noconfirm archlinuxcn-keyring
- name: Install Python and deps
Expand Down

0 comments on commit 92d9e4a

Please sign in to comment.