Update .gitea/workflows/build_test.yaml
Some checks failed
build_test / build (push) Failing after 34s
Some checks failed
build_test / build (push) Failing after 34s
This commit is contained in:
parent
b5c539a3a2
commit
7fd699ea38
@ -6,7 +6,7 @@ jobs:
|
|||||||
runs-on: arch
|
runs-on: arch
|
||||||
steps:
|
steps:
|
||||||
- name: fix package cache
|
- name: fix package cache
|
||||||
run: rm /var/cache/pacman/pkg/*
|
run: rm -fr /var/cache/pacman/pkg/*
|
||||||
- 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