Skip to content
Snippets Groups Projects
Commit 3c42fd76 authored by Bryan Chen's avatar Bryan Chen
Browse files

simpify master action

parent fce65542
No related branches found
No related tags found
No related merge requests found
...@@ -24,11 +24,6 @@ jobs: ...@@ -24,11 +24,6 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: nightly-2020-05-07
components: rustfmt
target: wasm32-unknown-unknown
override: true
default: true
- name: Install cargo-unleash - name: Install cargo-unleash
run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready
- name: Cargo unleash check - name: Cargo unleash check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment