Skip to content

Commit

Permalink
CI: attempt to fix solana run by disabling dependency cache
Browse files Browse the repository at this point in the history
this might break between image version upgrades?
  • Loading branch information
kcsongor committed Aug 6, 2024
1 parent a6fcaea commit e51ca2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
toolchain: ${{ steps.toolchain.outputs.version }}
components: "clippy,rustfmt"

- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2
with:
workspaces: "solana"

- name: Run `cargo fmt`
run: cargo fmt --check --all --manifest-path Cargo.toml

Expand Down

0 comments on commit e51ca2b

Please sign in to comment.