Skip to content

Commit

Permalink
Return dotnet restore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostenkov committed Apr 14, 2024
1 parent b1db6ab commit d879c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Setup .NET
uses: actions/setup-dotnet@v3

- name: Restore Dependencies
run: dotnet restore $PROJECT_NAME.sln

# Inspect code instalation could not add itself to path. Doing it before manually.
- run: echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
Expand Down

0 comments on commit d879c00

Please sign in to comment.