Browse Source

CI: Fixes WGPU example build.

ocornut 1 year ago
parent
commit
6850194f60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

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