Skip to content

Commit e0acce9

Browse files
committed
CI (OpenBSD / NetBSD): embed pci.ids
1 parent b410710 commit e0acce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)