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

This commit is contained in:
PoliEcho 2025-07-12 19:41:46 +00:00
parent f26553e7c7
commit 3e59f36d4e

View File

@ -6,7 +6,7 @@ jobs:
runs-on: arch runs-on: arch
steps: steps:
- name: fix package cache - name: fix package cache
run: rm -fr /var/cache/pacman/pkg/* && pacman -S archlinux-keyring && pacman-key --init && pacman-key --populate archlinux run: rm -fr /var/cache/pacman/pkg/* && pacman -Syy archlinux-keyring && pacman-key --init && 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