mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 23:15:08 -04:00
version listing
This commit is contained in:
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -209,11 +209,22 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Install emscripten
|
||||
uses: mymindstorm/setup-emsdk@v7
|
||||
uses: mymindstorm/setup-emsdk@v11
|
||||
|
||||
- name: Install wasm-pack
|
||||
run: cargo install wasm-pack
|
||||
|
||||
- name: Verify versions
|
||||
run: |
|
||||
echo "node --version"
|
||||
node --version
|
||||
echo "npm --version"
|
||||
npm --version
|
||||
echo "wasm-pack --version"
|
||||
wasm-pack --version
|
||||
echo "emcc -v"
|
||||
emcc -v
|
||||
|
||||
- name: Default wasm-pack tests
|
||||
if: ${{!matrix.cmd}}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user