[chore] remove rust cache
This commit is contained in:
7
.github/workflows/github-actions-builder.yml
vendored
7
.github/workflows/github-actions-builder.yml
vendored
@@ -50,13 +50,6 @@ jobs:
|
|||||||
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pnpm-store-
|
${{ runner.os }}-pnpm-store-
|
||||||
- uses: actions/cache@v3
|
|
||||||
name: Setup rust cache
|
|
||||||
with:
|
|
||||||
path: src-tauri/target/
|
|
||||||
key: ${{ runner.os }}-rust-cache
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-rust-cache
|
|
||||||
- name: install frontend dependencies
|
- name: install frontend dependencies
|
||||||
run: pnpm install --no-frozen-lockfile # change this to npm or pnpm depending on which one you use
|
run: pnpm install --no-frozen-lockfile # change this to npm or pnpm depending on which one you use
|
||||||
- if: matrix.platform == 'ubuntu-latest'
|
- if: matrix.platform == 'ubuntu-latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user