Skip to content

Support explicit architecture for dotnet #524

Open
@ww898

Description

Description:
I need to install both arm64 and x64 architectures for .NET 8.0 on macOS M1 for execute tests on different platforms. Now it checks only arm64 version and say that everything was already installed.

Justification:
Example of the new symtax:

        uses: actions/setup-dotnet@v4
        with:
          dotnet:
            - version: 8.0.x
               arch: x64
            - version: 8.0.x
               arch: arm64

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or request to improve the current logic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions