Skip to content

Commit

Permalink
compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkoishi committed Jan 12, 2025
1 parent 3f90c6d commit 77d0fa9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
submodules: 'recursive'

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.100'
dotnet-version: |
6.x
9.x
- name: Build and NuGet
run: |
Expand Down

0 comments on commit 77d0fa9

Please sign in to comment.