Skip to content

Commit

Permalink
Update webgpu yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Sep 8, 2023
1 parent d5e7691 commit fbf7cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-compile-webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
compile_wgpu_mac:
compile_wgpu:
name: "Emscripten"
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
cd build
cmake .. -GNinja -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug
ninja
echo "Compile WGPU by ems on Ubuntu Done!"
echo "============== Compile WGPU by ems on Ubuntu Done! =============="

0 comments on commit fbf7cb6

Please sign in to comment.