Skip to content

Commit

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

0 comments on commit 95e19a3

Please sign in to comment.