Skip to content

Commit d7413f2

Browse files
committed
fix builds
1 parent 7c69e69 commit d7413f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_executables.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Set up Mesa3D OpenGL DLL
3030
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
31+
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
3232
7z x mesa3d-22.1.5-release-mingw.7z -o$Env:UserProfile\mesa3d
3333
shell: pwsh
3434

@@ -70,6 +70,7 @@ jobs:
7070
- name: Install dependencies
7171
run: |
7272
python -m pip install --upgrade pip
73+
pip install pyinstaller
7374
pip install --target . --platform=macosx_10_9_universal2 --only-binary=:all: -r requirements.txt
7475
7576
- name: Build executable with PyInstaller

0 commit comments

Comments
 (0)