From 6cbbd31889fa7222aedaf88bc3337087122f98fe Mon Sep 17 00:00:00 2001 From: merakor Date: Tue, 5 Jan 2021 13:15:39 +0000 Subject: GitHub Actions: fix permission error FossilOrigin-Name: 85c0989d6f7a9a18e0b0fd9ae66457107ae5a4ad37a5b9b0642262fad04febcc --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 47384aa..97598e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install shellspec - run: curl -fsSL https://git.io/shellspec | sh -s -- -p /usr/local -y + run: curl -fsSL https://git.io/shellspec | sudo sh -s -- -p /usr/local -y build: runs-on: ubuntu-latest needs: setup -- cgit v1.2.3