Skip to content

Commit 8704190

Browse files
authored
Merge pull request #4429 from ethereum/dev
Pull in fix from dev for v1.6.0-alpha.3 release
2 parents c642d28 + 927073b commit 8704190

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)