PoliEcho ce343ff9db
Some checks failed
build_test / build (push) Failing after 57s
Update .gitea/workflows/build_test.yaml
fix build test
2025-07-12 18:59:23 +00:00

16 lines
285 B
YAML

name: build_test
on: [push]
jobs:
build:
runs-on: arch
steps:
- name: get dependencies
run: pacman -Sy nodejs make nasm --needed --noconfirm
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make -j$(nproc)