Skip to content

Commit

Permalink
Fix Github Actions for python
Browse files Browse the repository at this point in the history
  • Loading branch information
fishy committed Aug 19, 2024
1 parent e98d6b1 commit e746a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
run: make -C lib/py

- name: Run make install for python
run: sudo make -C lib/py install
run: make -C lib/py install

# - name: Run make install-exec-hook for python
# run: sudo make -C lib/py install-exec-hook
Expand Down

0 comments on commit e746a8b

Please sign in to comment.