Skip to content

Commit 35c8d88

Browse files
committed
Oh right GHA insists on single-quoted strings
What is this, Turbo Pascal?
1 parent 5a5c42c commit 35c8d88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131

3232
steps:
3333
- name: Install OS dependencies (Linux)
34-
if: runner.os == "Linux"
34+
if: runner.os == 'Linux'
3535
run: sudo apt-get update && sudo apt-get install -y graphviz
3636

3737
- name: Install OS dependencies (Windows)
38-
if: runner.os == "Windows"
38+
if: runner.os == 'Windows'
3939
run: choco install graphviz --version=2.38.0.20190211
4040

4141
- name: Git clone

0 commit comments

Comments
 (0)