From f959060c5ac1f7319c4705e9a5d9793aa7b1a578 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 25 Jan 2026 00:18:27 +0000 Subject: [PATCH] Remove redundant release deps install Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com> --- .github/workflows/release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2197069eb..c421d42d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,11 +29,6 @@ jobs: with: key: ${{ runner.os }}-release-ccache-${{ hashFiles('.github/workflows/release.yaml') }} - - name: Install dependencies - run: | - apt-get update - apt-get install -y build-essential ninja-build ccache uuid-dev - - name: Configure run: | cmake -S . -B build -G Ninja \