Skip to content

Commit

Permalink
Install opengl libraries on Ubuntu test machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Jan 31, 2025
1 parent 56e13b3 commit b0eb9ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11
#- name: Install dependencies
# run: |
# sudo apt install libopengl0 libglu1-mesa -y
- name: Install dependencies
run: |
sudo apt install libopengl0 libglu1-mesa -y
- name: Install library
shell: bash
run: |
Expand Down

0 comments on commit b0eb9ec

Please sign in to comment.