Skip to content

Commit

Permalink
github actions - fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
slatinsky committed Aug 11, 2024
1 parent d994438 commit 0602216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache-dependency-path: 'src/dcef/frontend/package-lock.json'

- name: Install pyinstaller
working-directory: backend/preprocess
working-directory: src
run: pip install pyinstaller==5.5

- name: Run build script
Expand Down

0 comments on commit 0602216

Please sign in to comment.