Long renewing image.
This commit is contained in:
parent
7ca1978489
commit
0ea1e04bb9
@ -10,11 +10,21 @@ jobs:
|
||||
- name: Fix permissions
|
||||
run: /fixperms.sh
|
||||
- name: Refresh packages
|
||||
run: /paruw.sh "paru -Syy"
|
||||
- name: Refresh keys
|
||||
run: /paruw.sh "paru -S --noconfirm archlinux-keyring"
|
||||
run: pacman -Syy
|
||||
- name: Installing packaged keyring
|
||||
run: /paruw.sh "paru -S archlinux-keyring"
|
||||
- name: Create master keyring
|
||||
run: pacman-key --init --allow-weak-key-signatures
|
||||
- name: Populate master keyring
|
||||
run: pacman-key --populate archlinux --allow-weak-key-signatures
|
||||
- name: Hard refresh keys
|
||||
run: pacman-key --refresh-keys
|
||||
run: pacman-key --refresh-keys --allow-weak-key-signatures
|
||||
- name: Installing rankmirrors
|
||||
run: /paruw.sh "paru -S --noconfirm pacman-contrib pacman-mirrorlist"
|
||||
- name: Renew mirrors choice
|
||||
run: rankmirror -n 5 /etc/pacman.d/mirrorlist
|
||||
- name: Ri-refreshing packages
|
||||
run: /paruw.sh "paru -Syy"
|
||||
- name: Compile package
|
||||
run: /paruw.sh "paru -Bi --noconfirm ${{ gitea.workspace }}"
|
||||
- name: Setup go for publishing
|
||||
|
Loading…
Reference in New Issue
Block a user