Skip to content

Commit

Permalink
Install OpenGL in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-edward committed Feb 18, 2024
1 parent f14a1f7 commit 53363ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Update and install OpenGL
run: |
sudo apt-get -y update
sudo apt-get -y install libglu1-mesa-dev freeglut3-dev mesa-common-dev
- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 53363ee

Please sign in to comment.