diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7126905..cccc763 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.13 id: go - name: Install deps - run: apt install -y python3 pandoc + run: sudo apt install -y python3 pandoc - name: Check out code into the Go module directory uses: actions/checkout@v2