CI: Fixes WGPU example build.

This commit is contained in:
ocornut 2024-01-22 15:01:21 +01:00
parent 5fc0a361b2
commit 6850194f60

View File

@ -494,7 +494,7 @@ jobs:
pushd emsdk-master
source ./emsdk_env.sh
popd
make -C examples/example_emscripten_wgpu
make -C examples/example_emscripten_wgpu -f Makefile.emscripten
Android:
runs-on: ubuntu-22.04