Skip to content

Commit

Permalink
Restore all dependencies before build
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Dec 20, 2024
1 parent 2e5d1b7 commit 5a7e91d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
uses: nuget/setup-nuget@v2
with:
nuget-version: '5.x'
- name: Nuget restore
run: nuget restore trino-csharp/TrinoDriver.sln
- name: Run msbuild
run: msbuild trino-csharp/TrinoDriver.sln

0 comments on commit 5a7e91d

Please sign in to comment.