Skip to content

Commit cf10e9e

Browse files
committed
add arm64 to restore
1 parent 4430fb5 commit cf10e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
dotnet tool install -g vpk
6060
}
6161
- name: Restore dependencies
62-
run: dotnet restore
62+
run: dotnet restore -r win-arm64
6363
- name: Build
6464
run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
6565
- name: Initialize Service

0 commit comments

Comments
 (0)