From ad47dd8dd4907703b86f41c8ed0577c2337c8f45 Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Wed, 10 Mar 2021 14:12:47 +0900 Subject: [PATCH] Update action.yml --- .github/actions/update-deps-linux/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/update-deps-linux/action.yml b/.github/actions/update-deps-linux/action.yml index d70259fce..4fdbf98d9 100644 --- a/.github/actions/update-deps-linux/action.yml +++ b/.github/actions/update-deps-linux/action.yml @@ -5,4 +5,4 @@ runs: - name: Install protobuf linux shell: bash run: | - apt-get update && apt-get upgrade \ No newline at end of file + sudo apt-get update && apt-get upgrade \ No newline at end of file