From b81ed8297fbc8b4729a653ae728362e6f1d746ba Mon Sep 17 00:00:00 2001 From: lea Date: Sun, 4 Aug 2024 02:27:45 -0700 Subject: [PATCH] ci: use devel packages --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fe6b061..7305004 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: dnf5 update -y --setopt=install_weak_deps=False dnf5 install -y --setopt=install_weak_deps=False dnf5-plugins dnf5 config-manager addrepo --from-repofile='https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo' - dnf5 install -y libhelium libbismuth sass git rust cargo rustdoc rustfmt + dnf5 install -y libhelium-devel libbismuth-devel sass git rust cargo rustdoc rustfmt - uses: actions/checkout@v4 with: