From 2c1f986ceec03214d11d9af52355b437650f1b9f Mon Sep 17 00:00:00 2001 From: Jamjamjon <51357717+jamjamjon@users.noreply.github.com> Date: Sun, 27 Apr 2025 14:51:17 +0800 Subject: [PATCH] Update rust-release.yml --- .github/workflows/rust-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 5227cb9..8123546 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -14,8 +14,7 @@ jobs: - 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 + sudo apt-get update && sudo apt-get install -y build-essential ca-certificates clang curl pkg-config protobuf-compiler - name: Install Rust uses: dtolnay/rust-toolchain@stable