Skip to content

Commit 3d4dec2

Browse files
Install system deps in publish release workflow
1 parent a88ce63 commit 3d4dec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121

2222
- name: Install System Dependencies
2323
run: |
24-
apt-get update
25-
apt-get install -y build-essential python3-dev patchelf
24+
sudo apt-get update
25+
sudo apt-get install -y build-essential python3-dev patchelf
2626
2727
- name: Install Build Dependencies
2828
run: |

0 commit comments

Comments
 (0)