From ef3d174237483bf46c7fb5320b32ecc0b5b8006d Mon Sep 17 00:00:00 2001 From: Jamjamjon <51357717+jamjamjon@users.noreply.github.com> Date: Sun, 27 Apr 2025 14:43:03 +0800 Subject: [PATCH] Update rust-release.yml --- .github/workflows/rust-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 58049f1..5227cb9 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -11,6 +11,11 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + + - name: Install dependencies + run: | + DEBIAN_FRONTEND=noninteractive apt-get update + DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config protobuf-compiler - name: Install Rust uses: dtolnay/rust-toolchain@stable