Skip to content

Commit c213e8d

Browse files
github actions 2: 2 github 2 actions
1 parent 4733c11 commit c213e8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/setup-dotnet@v3
1212
with:
1313
dotnet-version: 8.0.x
14+
- name: Install dependencies
15+
run: dotnet restore
1416
- name: Build
1517
run: dotnet build --configuration Release --no-restore
1618
- name: Publish

0 commit comments

Comments
 (0)