From 65dd761414ff508a04f3ea4a3a387a94b0138177 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 22 Feb 2025 07:08:14 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 914d318..66eba1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,31 +16,7 @@ jobs: steps: - name: Checkout repository code uses: actions/checkout@v3 - - # Cache Rust - - uses: actions/cache@v3 - with: - path: ./src-tauri/target - key: ${{matrix.os}}-${{ hashFiles('./src-tauri/Cargo.lock') }} - - # Cache Rust - - uses: actions/cache@v3 - with: - path: ~/.cargo - key: ${{matrix.os}}-${{ hashFiles('./src-tauri/Cargo.lock') }} - - # Cache Node - - uses: actions/cache@v3 - with: - path: ./node_modules - key: ${{matrix.os}}-${{ hashFiles('./package-lock.json') }} - - # Cache Next.js - - uses: actions/cache@v3 - with: - path: ./src-next/.next - key: ${{matrix.os}} - + - name: Install Node.js v20 LTS uses: actions/setup-node@v3 with: