mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove lock mode
This commit is contained in:
parent
f26d5632c8
commit
935ac77a09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Install vpk
|
||||
run: dotnet tool install -g vpk
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore --locked-mode
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore -c Release
|
||||
- name: Initialize Service
|
||||
|
|
|
|||
Loading…
Reference in a new issue