Skip to content

Commit

Permalink
ci: install rust through dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 4, 2024
1 parent e550bc7 commit 8777170
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,12 @@ 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
dnf5 install -y libhelium libbismuth sass git rust
- uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
default: true
components: rustfmt, clippy

- name: Generate docs
run: cargo install rustdoc-stripper
- run: ./generator.py --embed-docs
Expand Down

0 comments on commit 8777170

Please sign in to comment.