Skip to content

Commit

Permalink
fix build pipeline bug
Browse files Browse the repository at this point in the history
  • Loading branch information
udsamani committed Oct 6, 2024
1 parent 5f23ccb commit 5034839
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
with:
just-version: '1.36.0'

- name: Cache dependencies
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Linting
run: just lint
Expand Down

0 comments on commit 5034839

Please sign in to comment.