Skip to content

Commit 60b5fb4

Browse files
committed
Workload restore
1 parent 2010ced commit 60b5fb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dev-packages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: workflow_dispatch
77
jobs:
88
dev-release:
99
name: Publish Dev Packages
10-
runs-on: macos-latest # Changed from windows-latest
10+
runs-on: macos-latest
1111

1212
steps:
1313
- name: Checkout Repository
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
dotnet-version: '8.0'
2222

23+
- name: Install MAUI Workloads
24+
run: dotnet workload restore
25+
2326
- name: Download PowerSync extension
2427
run: dotnet run --project Tools/Setup
2528

0 commit comments

Comments
 (0)