Skip to content

Commit e62ebd7

Browse files
committed
Revert install dotnet SDK acrh x64 for MacOS
1 parent 3afbe4a commit e62ebd7

File tree

2 files changed

+0
-80
lines changed

2 files changed

+0
-80
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29-
- name: Install .NET Core SDK [ Version - ${{ matrix.dotnet-version }} ] (MacOS)
30-
if: ${{ runner.os == 'macOS' }}
31-
uses: ./.github/workflows/install-dotnet-core
32-
with:
33-
dotnet-version: ${{ matrix.dotnet-version }}
34-
architecture: x64
35-
3629
- name: Dotnet Version (${{ matrix.dotnet-version }})
37-
if: ${{ runner.os != 'macOS' }}
3830
uses: actions/setup-dotnet@v4
3931
with:
4032
dotnet-version: ${{ matrix.dotnet-version }}

.github/workflows/install-dotnet-core/action.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)