Skip to content

Commit

Permalink
workflow/push.yml - enable sudo mode for host packages operations
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 27, 2024
1 parent d527c73 commit a94c477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Update package cache
run: apt update -y
run: sudo apt update -y

- name: Install packages
run: apt install -y --no-install-recommends --no-install-suggests git make python3 python3-pip
run: sudo apt install -y --no-install-recommends --no-install-suggests git make python3 python3-pip

- name: Install python modules
run: python3 -m pip install GitPython intelhex --upgrade
Expand Down

0 comments on commit a94c477

Please sign in to comment.