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

fix build test
This commit is contained in:
PoliEcho 2025-07-12 18:59:23 +00:00
parent d6ee106682
commit ce343ff9db

View File

@ -6,7 +6,7 @@ jobs:
runs-on: arch
steps:
- name: get dependencies
run: pacman -Sy nodejs make nasm--needed --noconfirm
run: pacman -Sy nodejs make nasm --needed --noconfirm
- name: Checkout code
uses: actions/checkout@v4