adding workload restore
This commit is contained in:
parent
24fca12366
commit
82355df108
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
uses: actions/setup-dotnet@v3.0.3
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet-version }}
|
||||
- name: Install MAUI Workloads
|
||||
run: dotnet workload restore
|
||||
- name: Install Dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user