Remove redundant release deps install

Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-25 00:18:27 +00:00
parent cffdaf2373
commit f959060c5a

View File

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