From 927073b0aafc958aef4689010fb4f97d22813015 Mon Sep 17 00:00:00 2001 From: Justin Traglia <95511699+jtraglia@users.noreply.github.com> Date: Wed, 2 Jul 2025 08:11:55 -0500 Subject: [PATCH] In the release action, add back sudo (#4428) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8704ce279..71c977b94 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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