Skip to content

Commit

Permalink
Install exa.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Dec 19, 2023
1 parent 0836000 commit 94621dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-px
run: cargo binstall -y --github-token=${{ secrets.GITHUB_TOKEN }} [email protected]
- name: Install exa
run: cargo binstall -y --github-token=${{ secrets.GITHUB_TOKEN }} [email protected]
- name: Generate quickstart tutorial
run: |
cd doc_examples/quickstart
Expand Down

0 comments on commit 94621dd

Please sign in to comment.