Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Sep 21, 2022
2 parents fc5d84a + 9591c99 commit 17438fd
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 599 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Install dependencies
run: python3 -m pip install -r ./requirements.txt

- name: Install X11 dependencies
shell: bash
run: |
sudo apt-get install -y -qq xorg-dev libglu1-mesa-dev
- name: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

Expand Down
Loading

0 comments on commit 17438fd

Please sign in to comment.