Install graphviz on CI

This commit is contained in:
Dzmitry Malyshau
2021-03-04 09:54:25 -05:00
committed by Dzmitry Malyshau
parent 667f01ce17
commit fd34e0abb5

View File

@@ -4,6 +4,7 @@ on:
paths:
- 'tests/out/*.spvasm.snap'
- 'tests/out/*.glsl.snap'
- 'tests/out/*.dot.snap'
jobs:
validate-linux:
@@ -12,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install tools
run: sudo apt-get install spirv-tools glslang-tools
run: sudo apt-get install spirv-tools glslang-tools graphviz
- run: make validate-spv
- run: make validate-glsl
- run: make validate-dot