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