Update .gitea/workflows/build_test.yaml

This commit is contained in:
PoliEcho 2025-07-12 19:38:24 +00:00
parent 7dc5237c3e
commit b449c66a66

View File

@ -7,9 +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 run: sudo pacman -S archlinux-keyring
sudo pacman-key --init run: sudo pacman-key --init
sudo pacman-key --populate archlinux run: 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