In the release action, add back sudo (#4428)

This commit is contained in:
Justin Traglia
2025-07-02 08:11:55 -05:00
committed by GitHub
parent 56eee54d8a
commit 927073b0aa

View File

@@ -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