Skip to content

Commit 506eb4e

Browse files
committed
Remove ninja
1 parent 77346d8 commit 506eb4e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- name: Install build dependencies
121121
run: |
122-
sudo apt-get update && sudo apt-get install --assume-yes nasm clang ninja-build llvm
122+
sudo apt-get update && sudo apt-get install --assume-yes nasm clang llvm
123123
- uses: actions/checkout@v3
124124
with:
125125
submodules: 'recursive'
@@ -186,9 +186,6 @@ jobs:
186186
- uses: actions/checkout@v4
187187
with:
188188
submodules: 'recursive'
189-
- name: Install ninja-build tool
190-
if: ${{ matrix.target == 'aarch64-pc-windows-msvc' }}
191-
uses: seanmiddleditch/gha-setup-ninja@v4
192189
- uses: dtolnay/rust-toolchain@master
193190
id: toolchain
194191
with:

0 commit comments

Comments
 (0)