From 78e08c2e63577a61b47736661dc7f13099c0c479 Mon Sep 17 00:00:00 2001 From: Li Date: Tue, 4 Oct 2022 15:38:01 +1300 Subject: [PATCH] update build.yml --- .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 65ccdc2..938bc20 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.0.100-preview.5.22307.18 + dotnet-version: 7.x include-prerelease: true - name: Install utils run: | @@ -33,7 +33,7 @@ jobs: run: | dotnet restore LibHISP dotnet restore HISPd -# nativeaot linux x54 +# nativeaot linux x64 - 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.0.100-preview.5.22307.18 + dotnet-version: 7.x include-prerelease: true - name: Install utils @@ -315,7 +315,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.0.100-preview.5.22307.18 + dotnet-version: 7.x include-prerelease: true - name: Install utils