Skip to content

Commit fcfed98

Browse files
committed
Corrected string literals.
1 parent b605468 commit fcfed98

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
@@ -24,11 +24,11 @@ jobs:
2424

2525

2626
- name: Setup POCL and clinfo
27-
if: runner.os == "Linux"
27+
if: runner.os == 'Linux'
2828
run: |
2929
sudo apt-get update
3030
sudo apt-get install -y pocl-opencl-icd clinfo
3131
3232
- name: Check OpenCL
33-
if: runner.os == "Linux"
33+
if: runner.os == 'Linux'
3434
run: clinfo

0 commit comments

Comments
 (0)