Skip to content

Fix missing apt-get install command in Ubuntu dependency step#70

Merged
C-Achard merged 1 commit intoMMathisLab-pypifrom
copilot/sub-pr-69
Mar 23, 2026
Merged

Fix missing apt-get install command in Ubuntu dependency step#70
C-Achard merged 1 commit intoMMathisLab-pypifrom
copilot/sub-pr-69

Conversation

Copy link

Copilot AI commented Mar 23, 2026

The Install Qt/OpenGL runtime deps step was missing sudo apt-get install -y \, causing the package names (libegl1, libgl1, etc.) to be executed as shell commands and fail.

Fix

Restored the sudo apt-get install -y \ line before the package list:

- name: Install Qt/OpenGL runtime deps (Ubuntu)
  run: |
    sudo apt-get update
    sudo apt-get install -y \
      libegl1 \
      libgl1 \
      libopengl0 \
      libxkbcommon-x11-0 \
      libxcb-cursor0

⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

Copilot AI changed the title [WIP] [WIP] Address feedback on Python package release workflow refactor Fix missing apt-get install command in Ubuntu dependency step Mar 23, 2026
Copilot AI requested a review from MMathisLab March 23, 2026 14:21
@C-Achard C-Achard marked this pull request as ready for review March 23, 2026 15:15
@C-Achard C-Achard merged commit bd3cd2f into MMathisLab-pypi Mar 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants