Skip to content

Commit

Permalink
Forgot to build glut
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Nov 22, 2023
1 parent 0d5c5c2 commit 9e84993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
git clone https://github.com/ps2dev/ps2gl.git dependencies/ps2gl
cd dependencies/ps2gl && make clean all install -j$(getconf _NPROCESSORS_ONLN)
cd glut && make clean all install -j$(getconf _NPROCESSORS_ONLN)
- name: Install meshoptimizer
run: |
Expand Down

0 comments on commit 9e84993

Please sign in to comment.