Skip to content

Commit 1cae1c1

Browse files
release_on_tag.yml: Add sudo to run actions
Signed-off-by Immanuel Raj <[email protected]>
1 parent 4e2f59b commit 1cae1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_on_tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Install system dependencies
1414
shell: bash
1515
run: |
16-
apt-get update
17-
apt-get install -y zip unzip composer
16+
sudo apt-get update
17+
sudo apt-get install -y zip unzip composer
1818
1919
- name: Set up Node
2020
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)