From 3bafb611e54b495f58dcc0d6b2717d53589d5e82 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Mon, 13 Feb 2023 07:50:48 -0600 Subject: [PATCH] build: install packages with sudo for github ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e65122..6861681 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Update local toolchain run: | - apt install -y protobuf-compiler + sudo apt-get install -y protobuf-compiler rustup update rustup component add clippy rustup install nightly