From de4839a91d4895479644d0a6529aecce0cccb504 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 25 Mar 2025 16:55:36 +0000 Subject: [PATCH] Update .gitea/workflows/build_test.yaml --- .gitea/workflows/build_test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_test.yaml b/.gitea/workflows/build_test.yaml index 928c556..d7f0d3f 100644 --- a/.gitea/workflows/build_test.yaml +++ b/.gitea/workflows/build_test.yaml @@ -1,12 +1,15 @@ -name: build test +name: build_test on: [push] jobs: build: runs-on: arch steps: + - name: get dependencies + - run: sudo pacman -Sy nodejs make gcc --needed + - name: Checkout code uses: actions/checkout@v4 - name: Build - run: make + run: make -j$(nproc) \ No newline at end of file