add arm64 to restore

This commit is contained in:
Hongtao Zhang 2024-09-23 12:52:44 -05:00
parent 4430fb594a
commit cf10e9ee92

View file

@ -59,7 +59,7 @@ jobs:
dotnet tool install -g vpk
}
- name: Restore dependencies
run: dotnet restore
run: dotnet restore -r win-arm64
- name: Build
run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
- name: Initialize Service