Skip to content

Commit b605468

Browse files
committed
POCL only for Linux.
1 parent 5333d9d commit b605468

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ jobs:
2222
- name: Run tests on CPU
2323
run: dotnet test
2424

25-
if: runner.os == "Linux"
26-
steps:
25+
2726
- name: Setup POCL and clinfo
27+
if: runner.os == "Linux"
2828
run: |
29-
sudo apt-get update
30-
sudo apt-get install -y pocl-opencl-icd clinfo
29+
sudo apt-get update
30+
sudo apt-get install -y pocl-opencl-icd clinfo
3131
3232
- name: Check OpenCL
33+
if: runner.os == "Linux"
3334
run: clinfo

0 commit comments

Comments
 (0)