Skip to content

Commit

Permalink
Update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 authored Oct 6, 2024
1 parent 8be7d12 commit fe6e5d1
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 @@ -31,7 +31,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Install Python3-Dev
run: sudo apt-get install -y python3-dev
run: apt-get install -y python3-dev
- name: Install Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit fe6e5d1

Please sign in to comment.