Skip to content

Commit f25295a

Browse files
Fix the CI
1 parent 396363c commit f25295a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/github-actions-ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323

2424
- name: Build
2525
run: msbuild "PosInformatique.UnitTests.Databases.sln" /p:Configuration=Debug
26+
27+
- name: Restore NuGet packages
28+
run: nuget restore "samples/PosInformatique.UnitTests.Databases.Samples.sln"
2629

2730
- name: Build the samples
2831
run: msbuild "samples/PosInformatique.UnitTests.Databases.Samples.sln" /p:Configuration=Debug

0 commit comments

Comments
 (0)