Apply suggestions from code review
Co-authored-by: Jonas Platte <jplatte@element.io>
This commit is contained in:
committed by
GitHub
parent
4b6ed22476
commit
5b13cf4e92
@@ -49,10 +49,12 @@ jobs:
|
||||
components: clippy
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
- name: Install WasmPack
|
||||
uses: jetli/wasm-pack-action@v0.3.0
|
||||
with:
|
||||
version: 'latest'
|
||||
|
||||
- name: Load cache
|
||||
uses: Swatinem/rust-cache@v1
|
||||
|
||||
@@ -66,4 +68,4 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: run
|
||||
args: -p xtask -- ci wasm-pack ${{ matrix.cmd || matrix.name }}
|
||||
args: -p xtask -- ci wasm-pack ${{ matrix.cmd || matrix.name }}
|
||||
|
||||
Reference in New Issue
Block a user