diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 561d0decc..331455fc8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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