Skip to content

Commit aa841f1

Browse files
authored
Update cmake-multi-platform.yml
1 parent d6ba063 commit aa841f1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
sudo apt-get update
1515
sudo apt-get install -y ocl-icd-opencl-dev pocl-opencl-icd
1616
17-
- name: Verify OpenCL installation
18-
run: |
19-
clinfo # Lists available OpenCL platforms and devices
20-
2117
- name: Build project
2218
run: |
2319
# Placeholder: Replace with your build commands (e.g., make, cmake)
@@ -51,12 +47,6 @@ jobs:
5147
Start-Process msiexec -ArgumentList "/i $output /quiet /norestart" -Wait -NoNewWindow
5248
Write-Host "OpenCL runtime installed"
5349
54-
- name: Verify OpenCL setup
55-
shell: pwsh
56-
run: |
57-
# Placeholder: Add a verification step if you have a tool/test program
58-
Write-Host "OpenCL runtime should be available (no clinfo on Windows by default)"
59-
6050
- name: Build project
6151
shell: cmd
6252
run: |

0 commit comments

Comments
 (0)