Skip to content

Commit

Permalink
Merge pull request SciSharp#222 from martindevans/ci_dotnet7.0_only
Browse files Browse the repository at this point in the history
CI dotnet 7.0
  • Loading branch information
martindevans authored Oct 25, 2023
2 parents f6a472a + 4436ea4 commit c1ce547
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
- name: Cache Gradle packages
- name: Cache Packages
uses: actions/cache@v3
with:
key: "unit_test_models"
Expand Down

0 comments on commit c1ce547

Please sign in to comment.