install vpk

This commit is contained in:
Hongtao Zhang 2024-03-26 14:37:44 -05:00
parent b886408045
commit f5b1880351

View file

@ -47,6 +47,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Install vpk
run: dotnet tool update -g vpk
- name: Restore dependencies
run: dotnet restore
- name: Build