Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Nov 6, 2024
1 parent 7c69e69 commit d7413f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Mesa3D OpenGL DLL
run: |
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
7z x mesa3d-22.1.5-release-mingw.7z -o$Env:UserProfile\mesa3d
shell: pwsh

Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller
pip install --target . --platform=macosx_10_9_universal2 --only-binary=:all: -r requirements.txt
- name: Build executable with PyInstaller
Expand Down

0 comments on commit d7413f2

Please sign in to comment.