Skip to content

Commit

Permalink
build-windows: comment frontend build step
Browse files Browse the repository at this point in the history
  • Loading branch information
irgolic committed Dec 10, 2024
1 parent 1fb9f16 commit 1e7fda5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7fda5

Please sign in to comment.