Skip to content

Commit

Permalink
fixing CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Overrided committed Jan 28, 2025
1 parent 6b40386 commit 22fee5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup .NET 8.0.x
- name: Setup .NET 9.0.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Build library
run: dotnet build --configuration Release
Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
uses: actions/[email protected]
with:
name: ${{ matrix.os }}-coverageReport
path: coveragereport
path: coveragereport

0 comments on commit 22fee5b

Please sign in to comment.