tlambert03 / setup-qt-libs

install libraries required to use qt on github action (does not install qt itself)
MIT License
17 stars 4 forks source link

possibly include opengl option #61

Closed tlambert03 closed 11 months ago

tlambert03 commented 11 months ago

in superqt, I had this line:

      - name: Linux opengl
        if: runner.os == 'Linux' && ( startsWith(matrix.backend, 'pyside6') || startsWith(matrix.backend, 'pyqt6') )
        run: sudo apt-get install -y libopengl0 libegl1-mesa libxcb-xinput0

not sure if that's necessary still? But could be a good option to add here