From ce343ff9dba328e0281b15d7c2b47c09d182a331 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 12 Jul 2025 18:59:23 +0000 Subject: [PATCH] Update .gitea/workflows/build_test.yaml fix build test --- .gitea/workflows/build_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml index b443cf9..3bf01de 100644 --- a/.gitea/workflows/build_test.yaml +++ b/.gitea/workflows/build_test.yaml @@ -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