Skip to content

Commit

Permalink
Try to fix pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 6, 2024
1 parent fe6e5d1 commit 229db16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: Install Python3-Dev
run: apt-get install -y python3-dev
- if: runner.os == 'Linux '
run: |
apt-get install -y python3-dev
- name: Install Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 229db16

Please sign in to comment.