Update .gitea/workflows/build_test.yaml
This commit is contained in:
parent
b449c66a66
commit
db00e98b4c
@ -6,10 +6,10 @@ jobs:
|
|||||||
runs-on: arch
|
runs-on: arch
|
||||||
steps:
|
steps:
|
||||||
- name: fix package cache
|
- name: fix package cache
|
||||||
run: rm -fr /var/cache/pacman/pkg/*
|
run: rm -fr /var/cache/pacman/pkg/* &&
|
||||||
run: sudo pacman -S archlinux-keyring
|
pacman -S archlinux-keyring &&
|
||||||
run: sudo pacman-key --init
|
pacman-key --init &&
|
||||||
run: sudo pacman-key --populate archlinux
|
pacman-key --populate archlinux
|
||||||
- name: get dependencies
|
- name: get dependencies
|
||||||
run: pacman -Sy nodejs make nasm --needed --noconfirm
|
run: pacman -Sy nodejs make nasm --needed --noconfirm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user