Skip to content

Commit

Permalink
chore: use rust cache in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 24, 2024
1 parent be7598e commit e1c4f0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup toolchain
uses: dtolnay/[email protected]

- uses: Swatinem/rust-cache@v2
with:
key: x86_64-unknown-linux-gnu
save-if: false

- name: Install Yarn dependencies
uses: ./.github/actions/setup
Expand Down

0 comments on commit e1c4f0d

Please sign in to comment.