mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update vpk install
This commit is contained in:
parent
7f887f55e1
commit
8a5b699d57
1 changed files with 1 additions and 6 deletions
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
|
|
@ -39,12 +39,7 @@ jobs:
|
|||
# Flow.Launcher.Infrastructure/packages.lock.json
|
||||
# Flow.Launcher.Plugin/packages.lock.json
|
||||
- name: Install vpk
|
||||
Install vpk tool (dotnet tool install will not reinstall if already installed)
|
||||
We will update the cli by removing cache
|
||||
run: |
|
||||
if (!(Get-Command vpk -ErrorAction SilentlyContinue)) {
|
||||
dotnet tool install -g vpk
|
||||
}
|
||||
run: dotnet tool install -g vpk
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore --locked-mode
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue