Update .gitea/workflows/build_test.yaml
build_test / build (push) Failing after 14s

This commit is contained in:
2025-07-12 19:40:32 +00:00
parent db00e98b4c
commit f26553e7c7
+1 -4
View File
@@ -6,10 +6,7 @@ jobs:
runs-on: arch
steps:
- 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 -S archlinux-keyring && pacman-key --init && pacman-key --populate archlinux
- name: get dependencies
run: pacman -Sy nodejs make nasm --needed --noconfirm