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