mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-10 10:28:21 -05:00
In the release action, add back sudo (#4428)
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -42,8 +42,8 @@ jobs:
|
||||
# Add support for large files
|
||||
- name: Install Git LFS
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git-lfs
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y git-lfs
|
||||
git lfs install
|
||||
|
||||
# Clone the repo with our PAT and delete old files
|
||||
|
||||
Reference in New Issue
Block a user