Skip to content

Commit

Permalink
rm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed May 15, 2024
1 parent 7eecfbe commit 2094f30
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/actions/setup-and-build-nocheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ runs:
- name: Checkout sources
uses: actions/checkout@v4

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

- name: Cache .local directory
uses: actions/cache@v3
with:
Expand All @@ -38,14 +30,6 @@ runs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install pnpm dependencies
shell: bash
run: pnpm install
Expand Down

0 comments on commit 2094f30

Please sign in to comment.