Skip to content

Commit

Permalink
Getting cache again for rust-ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Mar 12, 2024
1 parent 2fd5152 commit 88bfe26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
components: rustfmt, clippy

# - uses: Swatinem/rust-cache@v2
# with:
# workspaces: |
# native/html5ever_nif
- uses: Swatinem/rust-cache@v2
with:
workspaces: |
native/html5ever_nif
- name: run rustfmt
run: cargo fmt --manifest-path=${{ matrix.manifest }} --all -- --check
Expand Down

0 comments on commit 88bfe26

Please sign in to comment.