Skip to content

Commit

Permalink
fix: Workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Oct 17, 2024
1 parent cf8a490 commit 2ea6138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
pip install PySide6-Addons
qt_translations_path=$(python build_helper.py --task get_qt_translations_path)
mkdir -p /tmp/qt_translations
cp $qt_translations_path/*.qm /tmp/qt_translations
pip freeze > /tmp/modules.txt
pip uninstall -r /tmp/modules.txt -y
Expand Down

0 comments on commit 2ea6138

Please sign in to comment.