Browse Source

Merge pull request #222 from martindevans/ci_dotnet7.0_only

CI dotnet 7.0
tags/v0.7.0
Martin Evans GitHub 2 years ago
parent
commit
c1ce547ebe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .github/workflows/main.yml

+ 1
- 2
.github/workflows/main.yml View File

@@ -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"


Loading…
Cancel
Save