Skip to content

Commit

Permalink
Install GL libraries in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bfeldpw committed Dec 28, 2023
1 parent a198e2c commit 37ad66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup Zig
run: |
sudo apt install freeglut3-dev
sudo apt install libglew-dev
sudo apt install libglfw3
sudo apt install libglfw3-dev
Expand Down

0 comments on commit 37ad66b

Please sign in to comment.