Skip to content

Commit

Permalink
Merge pull request #26 from SCIInstitute/wasm-ci
Browse files Browse the repository at this point in the history
BUG: Fix wasm CI yaml name
  • Loading branch information
thewtex committed Feb 14, 2023
2 parents 2734670 + 713c9d7 commit 8c90c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Expand Up @@ -3,8 +3,8 @@ name: WebAssembly
on: [push,pull_request]

jobs:
Build WebAssembly:
name: Build WebAssembly
build-wasm:
name: "Build WebAssembly"
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 8c90c48

Please sign in to comment.