Update .gitea/workflows/build_test.yaml
Some checks failed
build_test / build (push) Failing after 13s

This commit is contained in:
PoliEcho 2025-07-12 19:37:10 +00:00
parent 7fd699ea38
commit 7dc5237c3e

View File

@ -7,6 +7,9 @@ jobs:
steps:
- name: fix package cache
run: rm -fr /var/cache/pacman/pkg/*
sudo pacman -S archlinux-keyring
sudo pacman-key --init
sudo pacman-key --populate archlinux
- name: get dependencies
run: pacman -Sy nodejs make nasm --needed --noconfirm