mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
begin to fix workflow + uodated neolegacy version default
This commit is contained in:
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@@ -96,12 +96,13 @@ jobs:
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
# HACK see if this work
|
||||
# FIXME : OSError: [Errno 8] Exec format error: '/tmp/tmppzq4xr4e/magick' Error: Process completed with exit code 1.
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pyproject-appimage
|
||||
pip install .
|
||||
pyproject-appimage || python -m pyproject_appimage
|
||||
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v7.0.1
|
||||
|
||||
Reference in New Issue
Block a user