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

windows-arm-latest-large: bash: command not found #55

Open
nichoj10 opened this issue Feb 20, 2025 · 1 comment
Open

windows-arm-latest-large: bash: command not found #55

nichoj10 opened this issue Feb 20, 2025 · 1 comment

Comments

@nichoj10
Copy link

Description

We have a step in our build pipeline that invokes bash to execute a git command. Running this step on the windows-arm-latest-large image returns an error with:

bash: command not found

This documentation suggests to me that bash should be available on the windows arm images: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md. We've found the command runs fine on the windows-latest-large image.

Step:

steps:
  - name: Set up git for Windows
    if: ${{ inputs.target_os == 'windows' }}
    shell: bash
    run: git config --system core.longpaths true
@lkfortuna
Copy link
Contributor

We do not currently support a windows arm image. You have linked to the x64 windows image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants