From d585c262feb013a818f46efdb0d73916bd6c0d8f Mon Sep 17 00:00:00 2001 From: Liz/Alice Cray Date: Sun, 22 Oct 2023 18:30:54 -0400 Subject: [PATCH] Root Override Attempt 3 --- .gitea/workflows/linux.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 313cb358..4c9124c6 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -6,6 +6,8 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - name: Install Basic Tools + run: apt-get install -y sed coreutils - name: Check out repository code uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1