Skip to content

Commit

Permalink
Update pull-requests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JaggerJo committed Jun 20, 2023
1 parent 7961511 commit 4bdf792
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
- name: Restore workload
run: |
cd src
dotnet workload restore
- name: install workload ios
run: dotnet workload install ios

- name: install workload wasm
run: dotnet workload install wasm-tools

- name: Restore dependencies
run: dotnet restore src/Avalonia.FuncUI.sln
- name: Build
Expand Down

0 comments on commit 4bdf792

Please sign in to comment.