mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add arm64 for the first build
This commit is contained in:
parent
cea6560fe2
commit
e288be3ba4
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
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore -c Release
|
run: dotnet build --no-restore -c Release -r win-arm64
|
||||||
- name: Initialize Service
|
- name: Initialize Service
|
||||||
run: |
|
run: |
|
||||||
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
|
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue