Skip to content

Commit ed5ca99

Browse files
committed
hotfix: release.yaml
1 parent 294d3c5 commit ed5ca99

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
- runner: ubuntu-22.04
3232
target: s390x
3333
- runner: ubuntu-22.04
34-
- runner: windows-latest
35-
target: x64
3634
- runner: windows-latest
3735
target: x86
3836
steps:
@@ -64,6 +62,10 @@ jobs:
6462
- runner: ubuntu-22.04
6563
target: ppc64le
6664
steps:
65+
- name: Installing OpenCL
66+
run: |
67+
sudo apt update
68+
sudo apt install ocl-icd-opencl-dev
6769
- uses: actions/checkout@v4
6870
- uses: actions/setup-python@v5
6971
with:

0 commit comments

Comments
 (0)