mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 14:35:20 -04:00
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
4
.github/workflows/wasm.yml
vendored
4
.github/workflows/wasm.yml
vendored
@@ -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