mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Force older .NET version
This commit is contained in:
parent
61dfd8db9a
commit
892a8de202
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
dotnet-version: 7.0.100-preview.5.22307.18
|
||||
include-prerelease: true
|
||||
- name: Install utils
|
||||
run: |
|
||||
|
@ -191,7 +191,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
dotnet-version: 7.0.100-preview.5.22307.18
|
||||
include-prerelease: true
|
||||
|
||||
- name: Install utils
|
||||
|
@ -315,7 +315,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.0.x
|
||||
dotnet-version: 7.0.100-preview.5.22307.18
|
||||
include-prerelease: true
|
||||
|
||||
- name: Install utils
|
||||
|
|
Loading…
Add table
Reference in a new issue