mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update runtime identifier
This commit is contained in:
parent
fd2eb287df
commit
4430fb594a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore -c Release -r win-arm64
|
||||
run: dotnet build --no-restore -c Release -p:FlowRuntimeIdentifier=win-arm64
|
||||
- name: Initialize Service
|
||||
run: |
|
||||
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
|
||||
|
|
|
|||
Loading…
Reference in a new issue