job container has fontconfig - see if we can't break the build
All checks were successful
Generic zig build / build (push) Successful in 59s

This commit is contained in:
Emil Lerch 2024-04-30 19:58:53 -07:00
parent c292c51c44
commit badc54d079
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -14,8 +14,8 @@ jobs:
with:
version: 0.12.0
- uses: Hanaasagi/zig-action-cache@v1.1.5
- name: Install fontconfig
run: apt update && apt install libfontconfig1 && ln -s /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 /usr/local/lib/libfontconfig.so
# - 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