Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xafero committed Sep 1, 2023
1 parent 264d348 commit 1faef93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x


- name: Restore workloads
run: dotnet workload install wasm-tools-net7

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit 1faef93

Please sign in to comment.