Skip to content

Commit

Permalink
Fix xvfb-run command.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Nov 23, 2024
1 parent f564504 commit 93e737d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
run: |
export WINEPREFIX=`pwd`/wine-env
wget https://www.python.org/ftp/python/3.12.7/python-3.12.7-amd64.exe
xvfb-run -s "-s 0 1024x768x24" wine ./python-3.12.7-amd64.exe /quiet /log c:\\python.log InstallAllUsers=1 Include_doc=0 Include_tcltk=0 || :
xvfb-run -a -e /dev/stdout wine ./python-3.12.7-amd64.exe /quiet /log c:\\python.log InstallAllUsers=1 Include_doc=0 Include_tcltk=0 || :
cat $WINEPREFIX/drive_c/python.log
wine c:\\Program\ Files\\Python312\\Scripts\\pip.exe install numpy
DISPLAY= wine c:\\Program\ Files\\Python312\\Scripts\\pip.exe install numpy
- name: Download MinGW LLVM
shell: bash
Expand Down

0 comments on commit 93e737d

Please sign in to comment.