Skip to content

Commit d07fe99

Browse files
committed
CI (NetBSD): remove opencl support to fix building
1 parent b60996b commit d07fe99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ jobs:
628628
version: '10.1'
629629
run: |
630630
uname -a
631-
sudo pkgin -y install cmake git pkgconf wayland vulkan-headers dconf dbus sqlite3 ImageMagick opencl-headers ocl-icd
631+
sudo pkgin -y install cmake git pkgconf wayland vulkan-headers dconf dbus sqlite3 ImageMagick
632632
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=On -DENABLE_EMBEDDED_AMDGPUIDS=On .
633633
cmake --build . --target package --verbose -j4
634634
./fastfetch --list-features

0 commit comments

Comments
 (0)