This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: arm64 # Use the ARM64 runner
|
runs-on: arm64 # Use the ARM64 runner
|
||||||
steps:
|
steps:
|
||||||
- name: Setup NET 8.0 SDK (x64)
|
- name: Setup NET 8.0 SDK (x64)
|
||||||
uses: actions/setup-dotnet@v4 # Use the latest version of setup-dotnet
|
uses: actions/setup-dotnet@v3 # Use the latest version of setup-dotnet
|
||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x' # Specify the desired .NET version
|
dotnet-version: '8.0.x' # Specify the desired .NET version
|
||||||
architecture: 'x64' # Explicitly request the 64-bit architecture
|
architecture: 'x64' # Explicitly request the 64-bit architecture
|
||||||
|
|||||||
Reference in New Issue
Block a user