add wasm-tools workload
Some checks are pending
ci / build (8.0.x) (push) Waiting to run
ci / build-Docker (push) Blocked by required conditions

This commit is contained in:
Andy Pack 2024-06-09 18:48:15 +01:00
parent 452320e76f
commit b01b112acf
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -17,6 +17,8 @@ jobs:
uses: actions/setup-dotnet@v3.0.3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install WASM Workload
run: dotnet workload install wasm-tools
- name: Install Dependencies
run: dotnet restore Overflow.sln
- name: Build