mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add arm64 to restore
This commit is contained in:
parent
4430fb594a
commit
cf10e9ee92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue