Skip to content

Commit

Permalink
Remove ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jul 15, 2024
1 parent 77346d8 commit 506eb4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
steps:
- name: Install build dependencies
run: |
sudo apt-get update && sudo apt-get install --assume-yes nasm clang ninja-build llvm
sudo apt-get update && sudo apt-get install --assume-yes nasm clang llvm
- uses: actions/checkout@v3
with:
submodules: 'recursive'
Expand Down Expand Up @@ -186,9 +186,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install ninja-build tool
if: ${{ matrix.target == 'aarch64-pc-windows-msvc' }}
uses: seanmiddleditch/gha-setup-ninja@v4
- uses: dtolnay/rust-toolchain@master
id: toolchain
with:
Expand Down

0 comments on commit 506eb4e

Please sign in to comment.