add dependency install step to CI
Some checks failed
Generic zig build / build (push) Failing after 16s
Some checks failed
Generic zig build / build (push) Failing after 16s
This commit is contained in:
parent
6ec2c516ab
commit
8efee20479
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 dependencies
|
||||||
|
run: apt-get install --no-install-recommends -y libnotmuch-dev
|
||||||
- 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