mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
parent
284cbf7e55
commit
a50d052c2a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.x
|
||||
dotnet-version: 7.0.100-preview.5.22307.18
|
||||
include-prerelease: true
|
||||
- name: Install utils
|
||||
run: |
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: |
|
||||
dotnet restore LibHISP
|
||||
dotnet restore HISPd
|
||||
# nativeaot linux x64
|
||||
# nativeaot linux x54
|
||||
- name: Build linux-x64
|
||||
continue-on-error: false
|
||||
run: |
|
||||
|
@ -191,7 +191,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 7.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.x
|
||||
dotnet-version: 7.0.100-preview.5.22307.18
|
||||
include-prerelease: true
|
||||
|
||||
- name: Install utils
|
||||
|
|
Loading…
Add table
Reference in a new issue