Skip to content

Commit 927073b

Browse files
authored
In the release action, add back sudo (#4428)
1 parent 56eee54 commit 927073b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
# Add support for large files
4343
- name: Install Git LFS
4444
run: |
45-
apt-get update
46-
apt-get install -y git-lfs
45+
sudo apt-get update
46+
sudo apt-get install -y git-lfs
4747
git lfs install
4848
4949
# Clone the repo with our PAT and delete old files

0 commit comments

Comments
 (0)