Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
prezaei committed Jan 11, 2025
1 parent a9e314a commit 0a6bacb
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 @@ -15,10 +15,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Build
run: dotnet build -c Release src/Cloudtoid.CodeAnalysis.sln

0 comments on commit 0a6bacb

Please sign in to comment.