Skip to content

Commit

Permalink
updated github actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Apr 25, 2024
1 parent a42ed34 commit 0408e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
Xvfb :0 -screen 0 1024x768x16 &
# DISPLAY=:0.0 wine cmd < gen_win_exe.bat
wine ~/.wine/drive_c/users/runner/AppData/Local/Programs/Python/Python312/python.exe ~/.wine/drive_c/users/runner/AppData/Local/Programs/Python/Python312/Scripts/pyinstaller wwplot.in --onefile --hidden-import=numpy.random.common --hidden-import=numpy.random.bounded_integers --hidden-import=numpy.random.common --hidden-import=numpy.random.entropy --hidden-import=PySide6.QtXml --hidden-import=matplotlib --add-data="WWplot/ui;WWplot/ui"
DISPLAY=:0.0 wine ~/.wine/drive_c/users/runner/AppData/Local/Programs/Python/Python312/python.exe ~/.wine/drive_c/users/runner/AppData/Local/Programs/Python/Python312/Scripts/pyinstaller wwplot.in --onefile --hidden-import=numpy.random.common --hidden-import=numpy.random.bounded_integers --hidden-import=numpy.random.common --hidden-import=numpy.random.entropy --hidden-import=PySide6.QtXml --hidden-import=matplotlib --add-data="WWplot/ui;WWplot/ui"
killall Xvfb
- name: Upload Package Archive
Expand Down

0 comments on commit 0408e93

Please sign in to comment.