GHA: Try to fix wasm build.

This commit is contained in:
Бранимир Караџић 2022-10-02 20:36:07 -07:00
parent 14a257f184
commit 67cbd290f7
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ jobs:
- name: Build
run: >
cd bgfx
genie --with-examples --gcc=wasm gmake
../bx/tools/bin/linux/genie --with-examples --gcc=wasm gmake
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/bgfx emscripten/emsdk
make --no-print-directory -C .build/projects/gmake-wasm config=${{ matrix.config }} -j$(nproc) EMSCRIPTEN=/emsdk/upstream/emscripten
- name: Check