From 25445ad4551aedc4d42e02ab8387dffe1c0bd68b Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 25 Mar 2025 16:59:16 +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 3c5453d..4087408 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 -S nodejs make gcc --needed --noconfirm + run: pacman -Sy nodejs make gcc --needed --noconfirm - name: Checkout code uses: actions/checkout@v4