Skip to content

Commit b23ca7d

Browse files
authored
Actually generate the bindings in the weekly CI
1 parent cd2c351 commit b23ca7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bindings-regeneration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
sdk-version: 22621
5151
- name: Run a full run of BuildTools
52-
run: dotnet run -c Release --project src/Core/Silk.NET.BuildTools/Silk.NET.BuildTools.csproj -- --no-parallel
52+
run: dotnet run -c Release --project src/Core/Silk.NET.BuildTools/Silk.NET.BuildTools.csproj -- generator.json --no-parallel
5353
- name: Get current date
5454
id: date
5555
run: echo "::set-output name=date::$(date +'%d-%m-%Y')"

0 commit comments

Comments
 (0)