mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
try not install vpk
This commit is contained in:
parent
8c19ed7732
commit
2eb6474853
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
|
|
@ -49,10 +49,10 @@ jobs:
|
|||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
- name: Install 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 install -g vpk
|
||||
# run: dotnet tool install -g vpk
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Reference in a new issue