File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -417,8 +417,8 @@ 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
421- cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
420+ sudo pkg_add -r cmake git pkgconf wayland vulkan-headers vulkan-loader glib2 dconf dbus sqlite3 xfconf imagemagick chafa pulseaudio libv4l py3-requests
421+ cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=ON .
422422 cmake --build . --target package --verbose -j4
423423 ./fastfetch --list-features
424424 time ./fastfetch -c presets/ci.jsonc --stat false
@@ -454,7 +454,7 @@ jobs:
454454 run : |
455455 uname -a
456456 sudo pkgin -y install cmake git pkgconf wayland vulkan-headers dconf dbus sqlite3 ImageMagick pulseaudio opencl-headers ocl-icd libv4l py312-requests
457- cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
457+ cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=ON .
458458 cmake --build . --target package --verbose -j4
459459 ./fastfetch --list-features
460460 time ./fastfetch -c presets/ci.jsonc --stat false
You can’t perform that action at this time.
0 commit comments