Skip to content

Commit

Permalink
ga: install Python stuff for user
Browse files Browse the repository at this point in the history
even ubuntu takes care now
  • Loading branch information
hrw committed Oct 1, 2024
1 parent d410115 commit bf3f39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-system-calls-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Python package
working-directory: syscalls-table/
run: |
pip install .
pip install --user .
- name: Generate system calls HTML
working-directory: syscalls-table/
Expand Down

0 comments on commit bf3f39f

Please sign in to comment.