Skip to content

Commit 7457d92

Browse files
authored
Continue trying to get CI generation working
1 parent 4c5b4d1 commit 7457d92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bindings-regeneration.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
java-version: 11
2525
distribution: "temurin"
26+
- name: Setup .NET 7.0
27+
uses: actions/setup-dotnet@v1
28+
with:
29+
dotnet-version: 7.0.102
2630
- name: Setup .NET 6.0
2731
uses: actions/setup-dotnet@v1
2832
with:

0 commit comments

Comments
 (0)