Try explicitly installing ninja
This commit is contained in:
3
.github/actions/setup-js/action.yml
vendored
3
.github/actions/setup-js/action.yml
vendored
@@ -11,6 +11,9 @@ runs:
|
|||||||
- name: Install emsdk
|
- name: Install emsdk
|
||||||
uses: ./.github/actions/install-emsdk
|
uses: ./.github/actions/install-emsdk
|
||||||
|
|
||||||
|
- name: Install ninja
|
||||||
|
uses: sudo apt-get install -y ninja-build
|
||||||
|
|
||||||
- name: yarn install
|
- name: yarn install
|
||||||
shell: bash
|
shell: bash
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
Reference in New Issue
Block a user