From a50d052c2ab31fdcdc9377f43efc323053c0d093 Mon Sep 17 00:00:00 2001
From: Li
Date: Tue, 4 Oct 2022 15:51:00 +1300
Subject: [PATCH] Revert "update build.yml"
This reverts commit 78e08c2e63577a61b47736661dc7f13099c0c479.
---
.github/workflows/build.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 938bc20..65ccdc2 100755
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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