Update .gitea/workflows/build_test.yaml
build_test / build (push) Successful in 1m57s

This commit is contained in:
2025-07-12 19:47:20 +00:00
parent 6112537e9b
commit e70b9ac765
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
- name: fix package cache - name: fix package cache
run: rm -fr /var/cache/pacman/pkg/* && pacman -Syy archlinux-keyring --needed --noconfirm && pacman-key --init && pacman-key --populate archlinux run: rm -fr /var/cache/pacman/pkg/* && pacman -Syy archlinux-keyring --needed --noconfirm && 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 binutils --needed --noconfirm
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4