Skip to content

Commit b0cf87b

Browse files
authored
Do we need to explicitly install ninja? (#7310)
This is likely preinstalled Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 613638a commit b0cf87b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/actions/setup-rust/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ runs:
8484
if: runner.os != 'Windows'
8585
uses: ./.github/actions/setup-protoc
8686

87-
- name: Install Ninja (for DuckDB build system)
88-
uses: seanmiddleditch/gha-setup-ninja@v6
89-
9087
- name: Install Sweep
9188
shell: bash
9289
if: ${{ inputs.timestamp == 'true' && github.ref_name == 'develop' }}

0 commit comments

Comments
 (0)