Skip to content

Commit

Permalink
ci: add cargo bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 4, 2024
1 parent d889429 commit 680997d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
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
- name: Add cargo bin folder to path
run: echo "$HOME/.local/bin" >> $GITHUB_PATH

- uses: actions/checkout@v4
with:
submodules: "recursive"
Expand Down

0 comments on commit 680997d

Please sign in to comment.