Update .gitea/workflows/build_test.yaml
build_test / build (push) Has been cancelled

This commit is contained in:
2025-03-25 16:58:50 +00:00
parent e3efc689ed
commit 469108e315
+1 -1
View File
@@ -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