ci: remove ninja-build as it is already installed in devkitpro image

This commit is contained in:
scribam 2024-01-20 12:52:44 +01:00 committed by flyinghead
parent 5b5d7b01eb
commit fd3e74e224
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up build environment
run: |
sudo apt-get update
sudo apt-get -y install awscli ccache ninja-build
sudo apt-get -y install awscli ccache
- uses: actions/checkout@v4
with: