Skip to content

Commit fd617e6

Browse files
committed
fix(build): remove OpenBLAS installation from Linux workflow and streamline OpenCL setup
1 parent d1d9b95 commit fd617e6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,12 @@ jobs:
113113
mingw-w64-x86_64-vulkan-headers
114114
mingw-w64-x86_64-vulkan-loader
115115
mingw-w64-x86_64-shaderc
116-
mingw-w64-x86_64-openblas
117116
mingw-w64-x86_64-opencl-headers
118117
mingw-w64-x86_64-opencl-icd
119118
120-
- name: linux install openblas and opencl
119+
- name: linux install opencl
121120
if: matrix.name == 'linux'
122-
run: sudo apt-get install -y libopenblas-dev opencl-headers ocl-icd-opencl-dev
121+
run: sudo apt-get install -y opencl-headers ocl-icd-opencl-dev
123122

124123
- name: linux-x86_64 install vulkan
125124
if: matrix.name == 'linux' && matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)