Skip to content

Commit

Permalink
CI Workflow fix
Browse files Browse the repository at this point in the history
Added libglu1-mesa for gmsh support
  • Loading branch information
thivinanandh committed Apr 23, 2024
1 parent 0c69fa2 commit f29560e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libglu1-mesa
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libglu1-mesa
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit f29560e

Please sign in to comment.