add system dependency step to actions
Some checks failed
Generic zig build / build (push) Failing after 18s

This commit is contained in:
Emil Lerch 2024-04-30 21:38:53 -07:00
parent 3987af3e9d
commit 6ffc3a9f54
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -14,6 +14,8 @@ jobs:
with:
version: 0.12.0
- uses: elerch/zig-action-cache@v1.1.6
- name: Install system dependencies
run: apt install fonts-hack imagemagick
- name: Build project
run: zig build --summary all
- name: Run tests