Skip to content

Commit 1ed4aa1

Browse files
committed
restore and update #3
1 parent cb50e2f commit 1ed4aa1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/actions/environment/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,19 @@ runs:
4141
run: >
4242
dotnet workload install \
4343
maui-android \
44-
${{ runner.os == 'macOS' && 'ios maui-ios maui-maccatalyst maui-windows' || '' }} \
44+
${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows' || '' }} \
4545
${{ runner.os == 'Windows' && 'maui-windows' || '' }} \
4646
--temp-dir "${{ runner.temp }}" --from-rollback-file rollback.json
4747
4848
- name: Restore workloads
4949
shell: bash
5050
run: dotnet workload restore
5151

52+
- name: Update workloads
53+
shell: bash
54+
run: dotnet workload update
55+
5256
- name: Log what we have in the workloads
5357
shell: bash
5458
run: dotnet workload update
59+

0 commit comments

Comments
 (0)