Skip to content

Commit

Permalink
Add rust cache; Minor reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG committed Oct 24, 2024
1 parent 6385cdc commit 15b2c45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: software-mansion/setup-scarb@v1
- uses: Swatinem/rust-cache@v2
- name: Install mdBook
run: cargo install --version ${MDBOOK_VERSION} mdbook
- uses: software-mansion/setup-scarb@v1
- name: Init Scarb to cache corelib
id: scarb-init
run: |
Expand Down

0 comments on commit 15b2c45

Please sign in to comment.