From 68186944c80e9c3dcdff0eae97144c088fbd2f72 Mon Sep 17 00:00:00 2001 From: Scott Yeager Date: Thu, 9 Oct 2025 15:27:55 -0700 Subject: [PATCH] Be sudo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 470a31b5..1c95d375 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Setup V run: | # Updating man-db takes a long time on every run. We don't need it - apt-get remove -y --purge man-db + sudo apt-get remove -y --purge man-db ./install_v.sh - name: Setup Herolib from current branch