We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c69e69 commit d7413f2Copy full SHA for d7413f2
.github/workflows/build_executables.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Set up Mesa3D OpenGL DLL
30
run: |
31
- curl -L -o opengl32.dll https://github.com/pal1000/mesa-dist-win/releases/download/22.1.5/mesa3d-22.1.5-release-mingw.7z
+ curl -L -o mesa3d-22.1.5-release-mingw.7z https://github.com/pal1000/mesa-dist-win/releases/download/22.1.5/mesa3d-22.1.5-release-mingw.7z
32
7z x mesa3d-22.1.5-release-mingw.7z -o$Env:UserProfile\mesa3d
33
shell: pwsh
34
@@ -70,6 +70,7 @@ jobs:
70
- name: Install dependencies
71
72
python -m pip install --upgrade pip
73
+ pip install pyinstaller
74
pip install --target . --platform=macosx_10_9_universal2 --only-binary=:all: -r requirements.txt
75
76
- name: Build executable with PyInstaller
0 commit comments