From 469108e315f155580183afe0c23253a65d29dbd6 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 25 Mar 2025 16:58:50 +0000 Subject: [PATCH] Update .gitea/workflows/build_test.yaml --- .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 4087408..3c5453d 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 gcc --needed --noconfirm + run: pacman -S nodejs make gcc --needed --noconfirm - name: Checkout code uses: actions/checkout@v4