Skip to content

Commit 8a5b699

Browse files
committed
update vpk install
1 parent 7f887f5 commit 8a5b699

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ jobs:
3939
# Flow.Launcher.Infrastructure/packages.lock.json
4040
# Flow.Launcher.Plugin/packages.lock.json
4141
- name: Install vpk
42-
Install vpk tool (dotnet tool install will not reinstall if already installed)
43-
We will update the cli by removing cache
44-
run: |
45-
if (!(Get-Command vpk -ErrorAction SilentlyContinue)) {
46-
dotnet tool install -g vpk
47-
}
42+
run: dotnet tool install -g vpk
4843
- name: Restore dependencies
4944
run: dotnet restore --locked-mode
5045
- name: Build

0 commit comments

Comments
 (0)