Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support explicit architecture for dotnet #524

Open
ww898 opened this issue May 7, 2024 · 1 comment
Open

Support explicit architecture for dotnet #524

ww898 opened this issue May 7, 2024 · 1 comment
Labels
feature request New feature or request to improve the current logic

Comments

@ww898
Copy link

ww898 commented May 7, 2024

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
@ww898 ww898 added feature request New feature or request to improve the current logic needs triage labels May 7, 2024
@aparnajyothi-y
Copy link

Hello @ww898, Thank you for creating the feature request and we will get back to you once we have some feedback on this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic
Projects
None yet
Development

No branches or pull requests

2 participants