Skip to content

Commit

Permalink
removed cache step for the moment
Browse files Browse the repository at this point in the history
Signed-off-by: Hergy Fongue <hergy.fongue@ext.markant.com>
  • Loading branch information
Hergy Fongue committed Jan 18, 2024
1 parent fe2af26 commit 3c8ce6c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,19 @@ jobs:
profile: minimal
toolchain: nightly
components: rustfmt, clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v2
continue-on-error: false
with:
path: |
~/.cargo/bin
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-sdk-rust-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-sdk-rust-
# - name: Rust Cache
# uses: Swatinem/rust-cache@v2
# continue-on-error: false
# with:
# path: |
# ~/.cargo/bin
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# target/
# key: ${{ runner.os }}-sdk-rust-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: |
# ${{ runner.os }}-sdk-rust-
- name: Check cargo version
run: cargo --version
- name: Format
Expand Down

0 comments on commit 3c8ce6c

Please sign in to comment.