add wasm-tools workload
This commit is contained in:
parent
452320e76f
commit
b01b112acf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.0.3
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet-version }}
|
dotnet-version: ${{ matrix.dotnet-version }}
|
||||||
|
- name: Install WASM Workload
|
||||||
|
run: dotnet workload install wasm-tools
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: dotnet restore Overflow.sln
|
run: dotnet restore Overflow.sln
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user