Skip to content

Commit 4e84094

Browse files
committed
CI (OpenBSD): updates CI workflow to upgrade packages before install
1 parent 7b9fce0 commit 4e84094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ jobs:
455455
version: '7.7'
456456
run: |
457457
uname -a
458-
sudo pkg_add -r cmake git pkgconf wayland vulkan-headers vulkan-loader glib2 dconf dbus sqlite3 imagemagick chafa
458+
sudo pkg_add -u
459+
sudo pkg_add -r llvm cmake git pkgconf wayland vulkan-headers vulkan-loader glib2 dconf dbus sqlite3 imagemagick chafa
459460
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DENABLE_EMBEDDED_PCIIDS=On -DENABLE_EMBEDDED_AMDGPUIDS=On .
460461
cmake --build . --target package --verbose -j4
461462
./fastfetch --list-features

0 commit comments

Comments
 (0)