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