Skip to content

Commit

Permalink
meta: Install dependencies for doc task in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
luleyleo committed Sep 6, 2024
1 parent 4207047 commit d500b9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install dependencies
run: sudo apt install ${{ env.DEPENDENCIES }}

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit d500b9b

Please sign in to comment.