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

This commit is contained in:
Emil Lerch 2024-04-30 21:38:53 -07:00
parent 3987af3e9d
commit 84cbdd7f2f
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-get update && apt-get install fonts-hack imagemagick
- name: Build project
run: zig build --summary all
- name: Run tests