diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9fecd77..4f5ac87 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 + dnf5 install -y libhelium libbismuth sass git rust cargo rustdoc rustfmt - uses: actions/checkout@v4 with: