Skip to content

Commit b4d6fc5

Browse files
authored
GHA: Remove now-defunct and superfluous ninja installation (#4957)
As ninja v1.13.0 comes pre-installed with all GHA images now.
1 parent 3acd761 commit b4d6fc5

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ runs:
119119
sudo ln -sf ld.lld /usr/bin/ld
120120
ld --version
121121
122-
- name: Install ninja v1.12.1
123-
uses: Ahajha/gha-setup-ninja@69595b0cf872acdad8ce599142fbdc88724b9a2b
124-
125122
- name: Install D host compiler
126123
uses: dlang-community/setup-dlang@v1
127124
with:

.github/actions/merge-windows/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ runs:
6868
ldc2-multilib\bin\ldc2 -link-defaultlib-shared -m32 -run hello.d || exit /b
6969
7070
# preliminary arm64 cross-compilation support
71-
- name: Install ninja v1.12.1
72-
uses: Ahajha/gha-setup-ninja@69595b0cf872acdad8ce599142fbdc88724b9a2b
7371
- name: Set VSDIR env variable
7472
shell: bash
7573
run: echo "VSDIR=$(vswhere -latest -property installationPath)" >> $GITHUB_ENV

.github/workflows/supported_llvm_versions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
with:
5555
submodules: true
5656
fetch-depth: 50
57-
- name: Install ninja
58-
uses: symmetryinvestments/gha-setup-ninja@v2
5957
- name: Install D host compiler
6058
uses: dlang-community/setup-dlang@v1
6159
with:

0 commit comments

Comments
 (0)