Update .gitea/workflows/build_test.yaml
Some checks failed
build_test / build (push) Failing after 18s
Some checks failed
build_test / build (push) Failing after 18s
This commit is contained in:
parent
ce343ff9db
commit
b5c539a3a2
@ -5,6 +5,8 @@ jobs:
|
||||
build:
|
||||
runs-on: arch
|
||||
steps:
|
||||
- name: fix package cache
|
||||
run: rm /var/cache/pacman/pkg/*
|
||||
- name: get dependencies
|
||||
run: pacman -Sy nodejs make nasm --needed --noconfirm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user