We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4430fb5 commit cf10e9eCopy full SHA for cf10e9e
.github/workflows/dotnet.yml
@@ -59,7 +59,7 @@ jobs:
59
dotnet tool install -g vpk
60
}
61
- name: Restore dependencies
62
- run: dotnet restore
+ run: dotnet restore -r win-arm64
63
- name: Build
64
run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
65
- name: Initialize Service
0 commit comments