mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Install graphviz on CI
This commit is contained in:
committed by
Dzmitry Malyshau
parent
667f01ce17
commit
fd34e0abb5
3
.github/workflows/validation-linux.yml
vendored
3
.github/workflows/validation-linux.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user