actions: fix ninja-build install step name

This commit is contained in:
Alexander Capehart 2024-10-14 12:46:07 -06:00
parent 10d7f5d197
commit 29e29d3cab
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install xmllint - name: Install ninja-build
run: sudo apt-get install -y ninja-build run: sudo apt-get install -y ninja-build
- name: Clone repository - name: Clone repository
uses: actions/checkout@v3 uses: actions/checkout@v3