Skip to content

Commit 7ffffda

Browse files
committed
CI: remove libv4l
We need libv4l2 instead of libv4l(1)
1 parent 0110584 commit 7ffffda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ jobs:
417417
version: '7.5'
418418
run: |
419419
uname -a
420-
sudo pkg_add -r cmake git pkgconf wayland vulkan-headers vulkan-loader glib2 dconf dbus sqlite3 xfconf imagemagick chafa pulseaudio libv4l py3-requests
420+
sudo pkg_add -r cmake git pkgconf wayland vulkan-headers vulkan-loader glib2 dconf dbus sqlite3 xfconf imagemagick chafa pulseaudio py3-requests
421421
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=ON .
422422
cmake --build . --target package --verbose -j4
423423
./fastfetch --list-features
@@ -453,7 +453,7 @@ jobs:
453453
version: '10.0'
454454
run: |
455455
uname -a
456-
sudo pkgin -y install cmake git pkgconf wayland vulkan-headers dconf dbus sqlite3 ImageMagick pulseaudio opencl-headers ocl-icd libv4l py312-requests
456+
sudo pkgin -y install cmake git pkgconf wayland vulkan-headers dconf dbus sqlite3 ImageMagick pulseaudio opencl-headers ocl-icd py312-requests
457457
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=ON .
458458
cmake --build . --target package --verbose -j4
459459
./fastfetch --list-features

0 commit comments

Comments
 (0)