add dotnet tool update again

This commit is contained in:
Hongtao Zhang 2024-05-03 22:28:41 -05:00
parent 6c3bcdc0b3
commit 8fd998c089

View file

@ -51,10 +51,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
# - name: Install vpk
# Install vpk tool (dotnet tool install will not reinstall if already installed)
# We will update the cli by removing cache
# run: dotnet tool install -g vpk
- name: Install vpk
Install vpk tool (dotnet tool install will not reinstall if already installed)
We will update the cli by removing cache
run: dotnet tool update -g vpk
- name: Restore dependencies
run: dotnet restore
- name: Build