build: install packages with sudo for github ci

This commit is contained in:
Greg Heartsfield 2023-02-13 07:50:48 -06:00
parent b960ab70de
commit 3bafb611e5

View File

@ -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