Skip to content

Commit 713c9d7

Browse files
committed
BUG: Fix wasm CI yaml name
1 parent 2734670 commit 713c9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: WebAssembly
33
on: [push,pull_request]
44

55
jobs:
6-
Build WebAssembly:
7-
name: Build WebAssembly
6+
build-wasm:
7+
name: "Build WebAssembly"
88
runs-on: ubuntu-22.04
99

1010
steps:

0 commit comments

Comments
 (0)