Skip to content

Commit

Permalink
Update GH .net version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaafar authored Jul 21, 2024
1 parent 6ae4f7c commit 3761957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore src
Expand All @@ -36,7 +36,7 @@ jobs:
shell: bash
run: |
echo "Running CodeGenerator"
bin/Release/CodeGenerator/net7.0/CodeGenerator.exe "src/ImGui.NET/Generated"
bin/Release/CodeGenerator/net8.0/CodeGenerator.exe "src/ImGui.NET/Generated"
git status -s | findstr . && echo "ERROR: CodeGenerator is not executed, please execute it." && exit 1 || exit 0
- name: Publish to nuget.org
Expand Down

0 comments on commit 3761957

Please sign in to comment.