From faa373b5aebfa9b2dd2517a705f0efdbc08ce9d9 Mon Sep 17 00:00:00 2001 From: Don Murray Date: Fri, 12 Jul 2024 17:21:01 +0000 Subject: [PATCH] Try as non-root again. --- .github/workflows/github-actions.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index da6ae42..62a8ebf 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -8,7 +8,6 @@ jobs: runs-on: ubuntu-latest container: image: donaldm314/ubuntu-bats:28 - options: --user root steps: - uses: actions/checkout@v4.1.7 - name: "Test"