diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index b31f188..750cc2d 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -62,11 +62,12 @@ jobs: - uses: Swatinem/rust-cache@v2 with: + workspaces: "./src-tauri -> target" shared-key: "build" - save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install Dependencies run: npm ci - name: Build Application - run: npm run tauri build \ No newline at end of file + working-directory: ./src-tauri + run: cargo build --verbose \ No newline at end of file