Skip to content

Commit 73db4d6

Browse files
committed
clean up actions
1 parent bdbc1c7 commit 73db4d6

File tree

3 files changed

+1
-109
lines changed

3 files changed

+1
-109
lines changed

.github/workflows/build_executables.yml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,36 +57,7 @@ jobs:
5757
with:
5858
name: SUPREME
5959
path: package/dist/SUPREME.exe
60-
# - name: Set up Python
61-
# uses: actions/setup-python@v5
62-
# with:
63-
# python-version: "3.10" # Specify your Python version
64-
# cache: 'pip' # caching pip dependencies
65-
#
66-
# - name: Install dependencies
67-
# run: |
68-
# python -m pip install --upgrade pip
69-
# pip install -r requirements.txt
70-
#
71-
# - name: Set up Mesa3D OpenGL DLL
72-
# run: |
73-
# 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
74-
# 7z x mesa3d-22.1.5-release-mingw.7z -o$HOME/mesa3d
75-
#
76-
# - name: Add Mesa3D to Path
77-
# run: |
78-
# export PATH=$HOME/mesa3d/x86/:$PATH
79-
#
80-
# - name: Build executable with PyInstaller
81-
# run: |
82-
# cd package
83-
# pyinstaller --noconfirm --upx-dir upx/windows_upx.exe cogmood_windows.spec
84-
#
85-
# - name: Upload Windows executable
86-
# uses: actions/upload-artifact@v4
87-
# with:
88-
# name: SUPREME
89-
# path: dist/SUPREME.exe # Path to your Windows executable
60+
9061

9162
build-macos:
9263
runs-on: macos-14

.github/workflows/mac-build.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/windows-build.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)