From 021d14bd93b1cd6654dce4bdb499072a68ec8a0c Mon Sep 17 00:00:00 2001 From: Alexander Baryshnikov Date: Fri, 26 Jun 2020 01:42:26 +0800 Subject: [PATCH] build: fix deps --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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