Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmamal committed May 25, 2021
1 parent 68a825c commit 18e8673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: |
git submodule init
git submodule update
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config -y
Expand Down

0 comments on commit 18e8673

Please sign in to comment.