Skip to content

Commit

Permalink
Install nbgv tool
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent c046b0a commit 2873780
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoketest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Install dependencies
run: dotnet tool install --global nbgv

This comment has been minimized.

Copy link
@CoryCharlton

This comment has been minimized.

Copy link
@josesimoes

josesimoes Jun 14, 2024

Member

Worth mentioning that nbgv tool is in the runner images for quite some time (I know because I was the one who made PR for it 😜 ) , therefore there is no need for doing anything. It's there.


- name: Restore NuGet packages
run: dotnet restore

Expand Down

0 comments on commit 2873780

Please sign in to comment.