Skip to content

Commit 7f99268

Browse files
committed
Try to install POCL to run tests on GitHub servers.
1 parent 104a7cd commit 7f99268

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ jobs:
1414
- uses: actions/setup-dotnet@v4
1515
with:
1616
dotnet-version: '9.0.x'
17+
18+
- name: Setup POCL and clinfo
19+
run: |
20+
apt update
21+
apt install -y pocl-opencl-icd clinfo
22+
23+
- name: Check OpenCL
24+
run: clinfo
1725

1826
- name: Build
1927
run: dotnet build -c Release

0 commit comments

Comments
 (0)