Skip to content

Commit

Permalink
Try to install libpython3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 authored Nov 3, 2024
1 parent b156452 commit 956f8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Python3-Dev
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y python3-dev
sudo apt-get install -y python3-dev libpython3-dev
- name: Install Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 956f8cf

Please sign in to comment.