File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3333 : # https://askubuntu.com/questions/1485442/issue-with-installing-pyqt6-on-ubuntu-22-04
3434 : # https://stackoverflow.com/questions/68036484/qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-though-it/68058308#68058308
3535 : # I am not having fun here
36- export QT_QPA_PLATFORM=offscreen
3736 sudo apt update
3837 sudo apt-get install -y libegl1
3938 sudo apt-get install -y libxcb-xinerama0 libxcb-cursor0
5150 mv dist/viewer dist/viewer_linux_python_${{ matrix.python-version }}
5251
5352 - name : Test Executable for Linux
54- if : matrix.os == 'ubuntu-latest '
53+ if : matrix.os == 'DISABLED '
5554 run : |
5655 ./dist/viewer_linux_python_${{ matrix.python-version }} &
5756 VIEWER_PID=$!
6261 if : matrix.os == 'windows-latest'
6362 run : |
6463 pyinstaller -F viewer.py
65- mv dist/viewer.exe dist/viewer_win64_python ${{ matrix.python-version }}.exe
64+ mv dist/viewer.exe dist/viewer_win64_python_ ${{ matrix.python-version }}.exe
6665
6766 - name : Test Executable for Windows
6867 if : matrix.os == 'windows-latest'
You can’t perform that action at this time.
0 commit comments