Skip to content

Commit

Permalink
install python dev in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Nov 29, 2023
1 parent a4eda94 commit 5727eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# TODO: fix the cmake so it doesn't try to find graphical libraries
run: |
sudo apt-get update
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev
sudo apt-get install -y mesa-common-dev libglu1-mesa-dev python-dev
- name: Install additional dependencies (macos)
if: matrix.platform == 'macos-latest'
Expand Down

0 comments on commit 5727eff

Please sign in to comment.