Skip to content

Commit

Permalink
ci: Revert last commit as Ubuntu doesn't have libglut-dev yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Apr 3, 2024
1 parent cfa8ed2 commit 2d1315f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt-get install -y scons libgl-dev libglut-dev ${{ matrix.compiler }}
run: sudo apt-get install -y scons libgl1-mesa-dev freeglut3-dev ${{ matrix.compiler }}
- name: build
run: scons

0 comments on commit 2d1315f

Please sign in to comment.