CI: Add the missing runs-on definition

master
Damir Jelić 2021-03-23 12:02:32 +01:00
parent f0f6012871
commit 957bca1a14
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ jobs:
check-wasm:
name: Check if WASM support compiles
needs: [clippy]
runs-on: ubuntu-latest
steps:
- name: Checkout the repo