Skip to content

Commit

Permalink
(maint) add .Net 2.1 to CI build
Browse files Browse the repository at this point in the history
for wyam
  • Loading branch information
nils-a committed Oct 1, 2022
1 parent cc4b7db commit 3746b74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:
distribution: 'zulu'
java-version: '11'

# Setup dotnet 6
# Setup dotnet 6 (and 2.1 for Wyam)
- name: Setup dotnet
uses: actions/setup-dotnet@v3.0.0
with:
dotnet-version: |
2.1.x
6.0.x
# Cache Gradle Wrapper
Expand Down

0 comments on commit 3746b74

Please sign in to comment.