From 1f6e08c8a6133e3cee6081095b74922b49c3d4e0 Mon Sep 17 00:00:00 2001 From: agibsonccc Date: Wed, 10 Mar 2021 14:15:01 +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 4fdbf98d9..3f33729f6 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: | - sudo apt-get update && apt-get upgrade \ No newline at end of file + sudo apt-get update && sudo apt-get upgrade \ No newline at end of file