Skip to content

Commit

Permalink
try specific dotnet version to avoid weird bug in the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Aug 21, 2023
1 parent c235a99 commit 9e01971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
6.0.316
7.0.307
- name: dotnet build
run: dotnet build
Expand Down

0 comments on commit 9e01971

Please sign in to comment.