try to fix the nghtly

This commit is contained in:
xgui4
2026-05-30 01:49:51 -04:00
parent 114369defd
commit 52991199c3

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requirements.txt hatch zstandard
pip install -r requirements.txt
- name: Build with Nuitka
run: hatch run python -m nuitka --standalone --assume-yes-for-download --output-dir=dist src/lce_qt_launcher/main.py
@@ -107,9 +107,10 @@ jobs:
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyproject-appimage
pip -m pyproject-appimage
python -m pyproject-appimage
- name: Upload Artifact
uses: actions/upload-artifact@v7.0.1
with: