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