This commit is contained in:
parent
b0cf2e483d
commit
801fef9e46
@ -12,6 +12,9 @@ jobs:
|
|||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
||||||
run: |
|
run: |
|
||||||
|
gpg --refresh-keys
|
||||||
|
pacman-key --init && pacman-key --populate
|
||||||
|
pacman-key --refresh-keys
|
||||||
pacman -Syyu --noconfirm archiso
|
pacman -Syyu --noconfirm archiso
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
./build
|
./build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user