Skip to content

Conversation

@utilForever
Copy link
Member

This revision includes:

  • Fix CI failure (Resolves Fix CI failure #44)
    • Add command 'apt-get update' before 'apt-get install'

@utilForever utilForever linked an issue Jul 9, 2025 that may be closed by this pull request
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a CI failure by ensuring the package index is updated before installing dependencies.

  • Adds an apt-get update step before installing required packages.
Comments suppressed due to low confidence (1)

.github/workflows/rust.yml:38

  • Consider adding -y (e.g., sudo apt-get install -y xorg-dev libglu1-mesa-dev) to ensure non-interactive installation and avoid potential prompts.
          sudo apt-get install xorg-dev libglu1-mesa-dev

@utilForever utilForever marked this pull request as ready for review July 9, 2025 12:50
Copy link
Member

@w8385 w8385 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@utilForever utilForever merged commit b6c366d into main Jul 9, 2025
4 checks passed
@utilForever utilForever deleted the 44-fix-ci-failure branch July 9, 2025 13:00
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.

Fix CI failure

4 participants