From 8a45670d02b1c8c875b388797ba81a3c5fc46f28 Mon Sep 17 00:00:00 2001 From: Liz/Alice Cray Date: Sun, 22 Oct 2023 18:37:19 -0400 Subject: [PATCH] Attempt 6: Guess I need sudo --- .gitea/workflows/linux.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 0c77f074..9ddecf96 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Basic Tools + run: apt-get update run: apt-get install -y sed coreutils sudo - name: Check out repository code uses: actions/checkout@v3