Skip to content

Commit

Permalink
s/xvfb/xvfb-run/
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Oct 9, 2024
1 parent 78fe226 commit f541c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
run: |
wget https://www.python.org/ftp/python/3.12.7/python-3.12.7-amd64.exe
export WINEPREFIX=`pwd`/wine-env
xvfb run winecfg
xvfb run wine ./python-3.12.7-amd64.exe /quiet InstallAllUsers=1
xvfb run wine c:\\Program\ Files\\Python312\\Scripts\\pip.exe install numpy
xvfb-run winecfg
xvfb-run wine ./python-3.12.7-amd64.exe /quiet InstallAllUsers=1
xvfb-run wine c:\\Program\ Files\\Python312\\Scripts\\pip.exe install numpy
- name: Download MinGW LLVM
shell: bash
Expand Down

0 comments on commit f541c4f

Please sign in to comment.