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 c5ce79a commit a42ed34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: creating the executable
run: |
Xvfb :0 -screen 0 1024x768x16 &
DISPLAY=:0.0 wine ~/.wine/drive_c/users/runner/AppData/Local/Programs/Python/Python312/python.exe -c "import os;pythonpath = os.getenv('PYTHONPATH','');print(os.getenv('PYTHONPATH'))"
DISPLAY=:0.0 wine cmd < gen_win_exe.bat
# 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"
killall Xvfb
- name: Upload Package Archive
Expand Down

0 comments on commit a42ed34

Please sign in to comment.