Update .gitea/workflows/build_test.yaml
Some checks failed
build_test / build (push) Failing after 13s
Some checks failed
build_test / build (push) Failing after 13s
This commit is contained in:
parent
7fd699ea38
commit
7dc5237c3e
@ -7,6 +7,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: fix package cache
|
- name: fix package cache
|
||||||
run: rm -fr /var/cache/pacman/pkg/*
|
run: rm -fr /var/cache/pacman/pkg/*
|
||||||
|
sudo pacman -S archlinux-keyring
|
||||||
|
sudo pacman-key --init
|
||||||
|
sudo 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