From e169c6dc1e41d2191d6b0a70dc1b7740af396608 Mon Sep 17 00:00:00 2001 From: Jon Janzen Date: Thu, 7 May 2020 09:53:04 -0700 Subject: [PATCH] Add sudo to apt-get commands --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c8a72cc..ccb6b297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: if [[ -n "$encrypted_d27e803291ff_iv" ]]; then openssl aes-256-cbc -K $encrypted_d27e803291ff_key -iv $encrypted_d27e803291ff_iv -in scripts/setup-keys.enc -d >> gradle.properties; fi - apt-get update - apt-get install -y ninja-build + sudo apt-get update + sudo apt-get install -y ninja-build pushd $HOME git clone --depth 1 https://github.com/facebook/buck.git cd buck