Skip to content

Commit 384fec9

Browse files
committed
2 parents a9c5bec + 4600197 commit 384fec9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
with:
3535
dotnet-version: 8.0.x
3636

37+
- name: Restore dependencies
38+
run: dotnet restore MaxPower.sln
39+
3740
- name: Build
3841
run: dotnet build --no-restore --configuration=Release /p:Version=${{steps.gitversion.outputs.semVer}}
3942

0 commit comments

Comments
 (0)