| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2a86606 commit fd605f8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,16 @@ jobs: | |||
| 21 | 21 | with: | |
| 22 | 22 | python-version: ${{ matrix.python-version }} | |
| 23 | 23 | ||
| 24 | + - name: Install Qt/OpenGL runtime deps (Ubuntu) | ||
| 25 | + run: | | ||
| 26 | + sudo apt-get update | ||
| 27 | + sudo apt-get install -y \ | ||
| 28 | + libegl1 \ | ||
| 29 | + libgl1 \ | ||
| 30 | + libopengl0 \ | ||
| 31 | + libxkbcommon-x11-0 \ | ||
| 32 | + libxcb-cursor0 | ||
| 33 | + | ||
| 24 | 34 | - name: Install tools | |
| 25 | 35 | run: | | |
| 26 | 36 | python -m pip install --upgrade pip | |
| Back | FazBrowse Home | New Git URL |
0 commit comments