Skip to content

Commit

Permalink
workflow: update workflow to pull keyrings first
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Venz <[email protected]>
  • Loading branch information
ikstream committed May 6, 2024
1 parent cf30492 commit 7209735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo pacman -Sy --noconfirm --needed make docker devtools fakeroot fakechroot
run: sudo pacman -Sy --noconfirm archlinux-keyring blackarch-keyring && sudo pacman -S --noconfirm --needed make docker devtools fakeroot fakechroot

- name: Build base
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo pacman -Sy --noconfirm --needed make docker devtools fakeroot fakechroot
run: sudo pacman -Sy --noconfirm archlinux-keyring blackarch-keyring && sudo pacman -Sy --noconfirm --needed make docker devtools fakeroot fakechroot

- name: Build base
run: |
Expand Down

0 comments on commit 7209735

Please sign in to comment.