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