Skip to content

Commit

Permalink
Install Mesa utils on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 31, 2024
1 parent 2cdfdc2 commit 762da58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ jobs:
- name: Install other dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
# Install Pango
sudo apt install libpango1.0-dev -y
# Install OpenGL Mesa Utils
# https://idroot.us/install-mesa-drivers-ubuntu-24-04/
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt install mesa-utils -y
glxinfo | grep "OpenGL version"
fi
shell: bash

Expand Down
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,19 @@
"cmds",
"ensurepip",
"github",
"glxinfo",
"ipython",
"Keybord",
"kisak",
"libpango",
"Logfile",
"manim",
"Manim",
"MANIM",
"manimgl",
"Millis",
"nodenext",
"Pango",
"prerun",
"Sanderson",
"Sanderson's",
Expand Down

0 comments on commit 762da58

Please sign in to comment.