mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add dotnet tool update again
This commit is contained in:
parent
6c3bcdc0b3
commit
8fd998c089
1 changed files with 4 additions and 4 deletions
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue