From 8a5b699d57d804bf312e4121b7fa8bf2211fcef2 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sun, 16 Mar 2025 13:25:05 -0500 Subject: [PATCH] update vpk install --- .github/workflows/dotnet.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index f33418e9a..d69e66ed8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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