We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5c42c commit 35c8d88Copy full SHA for 35c8d88
1 file changed
.github/workflows/build.yml
@@ -31,11 +31,11 @@ jobs:
31
32
steps:
33
- name: Install OS dependencies (Linux)
34
- if: runner.os == "Linux"
+ if: runner.os == 'Linux'
35
run: sudo apt-get update && sudo apt-get install -y graphviz
36
37
- name: Install OS dependencies (Windows)
38
- if: runner.os == "Windows"
+ if: runner.os == 'Windows'
39
run: choco install graphviz --version=2.38.0.20190211
40
41
- name: Git clone
0 commit comments