From 1e7fda5ecfa0e0f88e5c185979d91248dcec11d4 Mon Sep 17 00:00:00 2001 From: Rafael Irgolic Date: Tue, 10 Dec 2024 17:59:17 +0000 Subject: [PATCH] build-windows: comment frontend build step --- .github/workflows/build-windows.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index da79ef2..f65bc60 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -54,13 +54,13 @@ jobs: python -m pip install poetry poetry-pyinstaller-plugin poetry config installer.parallel false - - name: Cache frontend build - uses: actions/cache@v4 - with: - path: ./dweam_web/dist - key: ${{ runner.os }}-pnpm-build-${{ hashFiles('dweam_web/src/**') }} - restore-keys: | - ${{ runner.os }}-pnpm-build- + # - name: Cache frontend build + # uses: actions/cache@v4 + # with: + # path: ./dweam_web/dist + # key: ${{ runner.os }}-pnpm-build-${{ hashFiles('dweam_web/src/**') }} + # restore-keys: | + # ${{ runner.os }}-pnpm-build- - name: Build frontend shell: cmd