add system dependency step to actions
Some checks failed
Generic zig build / build (push) Failing after 18s
Some checks failed
Generic zig build / build (push) Failing after 18s
This commit is contained in:
parent
3987af3e9d
commit
6ffc3a9f54
2
.github/workflows/zig-build.yaml
vendored
2
.github/workflows/zig-build.yaml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: 0.12.0
|
version: 0.12.0
|
||||||
- uses: elerch/zig-action-cache@v1.1.6
|
- uses: elerch/zig-action-cache@v1.1.6
|
||||||
|
- name: Install system dependencies
|
||||||
|
run: apt install fonts-hack imagemagick
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: zig build --summary all
|
run: zig build --summary all
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user