Skip to content

Commit

Permalink
use gh action to install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Oct 24, 2024
1 parent b980e82 commit 69ee5b2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/mr_ci_text_spotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@ jobs:
with:
python-version: 3.11

- name: Get ninja for Windows
if: matrix.os == 'windows-latest'
run: |
winget install --id=Ninja-build.Ninja -e
- name: Get ninja for Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
apt-get install ninja-build
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v5

- name: Update pip
run: |
Expand Down

0 comments on commit 69ee5b2

Please sign in to comment.