Try explicitly installing ninja

This commit is contained in:
Nick Gerleman
2022-12-23 05:36:58 -08:00
parent 676fa1fbf3
commit a894e50ca4

View File

@@ -11,6 +11,9 @@ runs:
- name: Install emsdk
uses: ./.github/actions/install-emsdk
- name: Install ninja
uses: sudo apt-get install -y ninja-build
- name: yarn install
shell: bash
run: yarn install --frozen-lockfile