Skip to content

Commit

Permalink
[skip ci] add GL deps
Browse files Browse the repository at this point in the history
  • Loading branch information
archibate committed Sep 13, 2020
1 parent 19e5b53 commit 08a75d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/persubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Dependencies
run: |
sudo apt-get install libx11-dev libxcursor-dev libxi-dev
sudo apt-get install libxrandr-dev libxinerama-dev libglvnd-dev
- name: Build
run: |
git --version
Expand Down

0 comments on commit 08a75d6

Please sign in to comment.