Skip to content

Commit

Permalink
Add sudo to apt command
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eifrah-aws committed Oct 14, 2024
1 parent 68d04f0 commit 09153ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Install dependencies
working-directory: ./python
run: |
apt install -y mypy-protobuf
sudo apt install -y mypy-protobuf
- name: Build Python wrapper
uses: ./.github/workflows/build-python-wrapper
Expand Down

0 comments on commit 09153ce

Please sign in to comment.