Skip to content

Commit

Permalink
chore: add workspace configuration for rust-cache in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kengggg committed Mar 6, 2025
1 parent b432491 commit e95babe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/open-msspe-design.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: rustup toolchain install stable

- uses: Swatinem/rust-cache@v2
with:
workspaces: od-msspe

- name: Checking formatting
run: cargo fmt --check --manifest-path od-msspe/Cargo.toml
Expand Down

0 comments on commit e95babe

Please sign in to comment.