Skip to content

Commit 7819071

Browse files
authored
workflows/release-binaries: Drop install-ninja action (#167070)
ninja is already installed by default on Linux and macOS.
1 parent 651785a commit 7819071

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,6 @@ jobs:
188188
with:
189189
ref: ${{ needs.prepare.outputs.ref }}
190190

191-
- name: Install Ninja
192-
uses: llvm/actions/install-ninja@5dd955034a6742a2e21d82bf165fcb1050ae7b49 # main
193-
194191
- name: Set Build Prefix
195192
id: setup-stage
196193
shell: bash

0 commit comments

Comments
 (0)