We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3392baa commit b2d8c97Copy full SHA for b2d8c97
.github/workflows/build.yml
@@ -31,11 +31,11 @@ jobs:
31
shell: pwsh
32
33
- name: Build library and tests (Linux)
34
- if: matrix.os == "ubuntu-latest"
+ if: matrix.os == 'ubuntu-latest'
35
run: make all
36
shell: bash
37
38
- name: Build library and tests (Windows)
39
- if: matrix.os == "windows-latest"
+ if: matrix.os == 'windows-latest'
40
41
0 commit comments