PoliEcho 3e59f36d4e
Some checks failed
build_test / build (push) Failing after 23s
Update .gitea/workflows/build_test.yaml
2025-07-12 19:41:46 +00:00

18 lines
450 B
YAML

name: build_test
on: [push]
jobs:
build:
runs-on: arch
steps:
- name: fix package cache
run: rm -fr /var/cache/pacman/pkg/* && pacman -Syy archlinux-keyring && pacman-key --init && pacman-key --populate archlinux
- name: get dependencies
run: pacman -Sy nodejs make nasm --needed --noconfirm
- name: Checkout code
uses: actions/checkout@v4
- name: Build
run: make -j$(nproc)