setup-msys2
setup-msys2 copied to clipboard
GitHub Action to setup MSYS2
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.3.1 to 50.4.3. Release notes Sourced from eslint-plugin-jsdoc's releases. v50.4.3 50.4.3 (2024-10-17) Bug Fixes text-escaping: add missing docs.description (9a93119) v50.4.2 50.4.2 (2024-10-17) Bug Fixes no-multi-asterisks: add missing...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.16.10 to 20.16.13. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [globals](https://github.com/sindresorhus/globals) from 15.10.0 to 15.11.0. Release notes Sourced from globals's releases. v15.11.0 Add es3 globals (#267) 6784dc1 https://github.com/sindresorhus/globals/compare/v15.10.0...v15.11.0 Commits 0d906b8 15.11.0 6784dc1 Add es3 globals (#267) See full diff...
I see that the GitHub Windows runner has preinstalled MSYS2 into `C:\msys64`. See https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md Is there any way to get this action to optionally use the preinstalled MSYS2 instance?
`location` is currently used as the parent dir of the installation, so the files will end up in `/msys64`. It's not clear to users that this is the case. This...