From 641aa19dff7008eb07aca17a1dd215e78d7c4463 Mon Sep 17 00:00:00 2001 From: nechanie <104329653+nechanie@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:07:14 -0700 Subject: [PATCH] build tools bug workaround v2 --- .github/workflows/dev_nechanickyworkstest.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dev_nechanickyworkstest.yml b/.github/workflows/dev_nechanickyworkstest.yml index 4ffd1eb..2d1776b 100644 --- a/.github/workflows/dev_nechanickyworkstest.yml +++ b/.github/workflows/dev_nechanickyworkstest.yml @@ -19,13 +19,9 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.x' + dotnet-version: '8.0.402' include-prerelease: true - - # Create the directory to avoid the certificate issue - - name: Create HTTPS cert directory - run: mkdir -p ~/.aspnet/https - + - name: Build with dotnet run: dotnet build --configuration Release