Skip to content

Commit

Permalink
GitHub Action: Install the wasm-tools workload.
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleighAdams committed Nov 9, 2021
1 parent bffc6b8 commit af9fa9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Install wasm-tools workload
run: |
dotnet workload install wasm-tools
- name: Setup Verlite
run: |
verlite_version="$(grep '"Verlite\.MsBuild"' WasmTest.csproj | LC_ALL=en_US.utf8 grep -Po 'Version="\K[^"]+')"
Expand Down

0 comments on commit af9fa9d

Please sign in to comment.