Skip to content

Commit

Permalink
Add sudo dpkg --configure -a
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarden-zamir committed Oct 3, 2023
1 parent 829b36e commit b288731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
using: composite
steps:
- run: |
sudo dpkg --configure -a && true
pip install requests
python ${{ github.action_path }}/extract_instruction.py | bash
env:
Expand Down

0 comments on commit b288731

Please sign in to comment.