build not broken - default back to standard build workflow
All checks were successful
Generic zig build / build (push) Successful in 59s

This commit is contained in:
Emil Lerch 2024-04-30 20:00:42 -07:00
parent badc54d079
commit 21a69a1f4b
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -14,8 +14,6 @@ jobs:
with:
version: 0.12.0
- uses: Hanaasagi/zig-action-cache@v1.1.5
# - name: Link fontconfig library
# run: ln -s /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 /usr/local/lib/libfontconfig.so
- name: Build project
run: zig build --summary all
- name: Run tests