Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Dec 4, 2021
1 parent d50b97b commit b5ff361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
tags:
- 'v*'

name: Build and Release
name: build and release

jobs:
build:
name: Build
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -17,6 +17,7 @@ jobs:
toolchain: nightly
override: true
components: rustfmt, clippy
- name: add wasm target
run: |
rustup target add wasm32-unknown-emscripten
- name: setup emsdk
Expand Down

0 comments on commit b5ff361

Please sign in to comment.