Skip to content

Commit bc5c09f

Browse files
committed
quotes
1 parent 7ec429e commit bc5c09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
run: bazel test --test_output=all //...
2626

2727
- name: test example win
28-
if: runner.os == Windows
28+
if: runner.os == 'Windows'
2929
run: ./bazel-bin/call-highs-example.exe
3030

3131
- name: test example linux and macos
32-
if: runner.os != Windows
32+
if: runner.os != 'Windows'
3333
run: ./bazel-bin/call-highs-example
3434

3535
- name: Upload bazel-testlogs

0 commit comments

Comments
 (0)