CI: Add the missing runs-on definition
parent
f0f6012871
commit
957bca1a14
|
@ -57,6 +57,7 @@ jobs:
|
||||||
check-wasm:
|
check-wasm:
|
||||||
name: Check if WASM support compiles
|
name: Check if WASM support compiles
|
||||||
needs: [clippy]
|
needs: [clippy]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repo
|
- name: Checkout the repo
|
||||||
|
|
Loading…
Reference in New Issue