diff options
| author | Tom Stellard <tstellar@redhat.com> | 2025-11-18 16:40:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-18 16:40:26 -0800 |
| commit | 7819071c41273e603d1fe1f3e8ab0b11c356a899 (patch) | |
| tree | e5b221517756b6de02e39d8e3a3fa9d348a89934 /.github | |
| parent | 651785a5bacb9bba2c9dbcbb6e21e28135937129 (diff) | |
workflows/release-binaries: Drop install-ninja action (#167070)
ninja is already installed by default on Linux and macOS.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-binaries.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 8b6656834cc0..64f371e9f8db 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -188,9 +188,6 @@ jobs: with: ref: ${{ needs.prepare.outputs.ref }} - - name: Install Ninja - uses: llvm/actions/install-ninja@5dd955034a6742a2e21d82bf165fcb1050ae7b49 # main - - name: Set Build Prefix id: setup-stage shell: bash |
