Skip to content

Commit b2d8c97

Browse files
productivity has gone off the rails
1 parent 3392baa commit b2d8c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

3333
- name: Build library and tests (Linux)
34-
if: matrix.os == "ubuntu-latest"
34+
if: matrix.os == 'ubuntu-latest'
3535
run: make all
3636
shell: bash
3737

3838
- name: Build library and tests (Windows)
39-
if: matrix.os == "windows-latest"
39+
if: matrix.os == 'windows-latest'
4040
run: make all
4141
shell: pwsh

0 commit comments

Comments
 (0)