-
Notifications
You must be signed in to change notification settings - Fork 41
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
export variables with msys environment path, and add options to append to PATH variable #227
Comments
Is not it possible to build the whole hdf5 rust crate in msys2's mingw environment? It may not require those path manipulation. We've rust package also. |
You can get the location of the MSYS2 installation by executing |
As commented in #228 (comment), I added a couple of examples to show how to save the MSYS2 root location to a variable, either from powershell or from python: setup-msys2/.github/workflows/Test.yml Lines 400 to 408 in 066de4c
|
There is now an action output which you can use to extend your PATH: https://github.com/msys2/setup-msys2?tab=readme-ov-file#msys2-location (This is an absolute Windows path) I think it would be best to leave it to users on how, in which order, and when to extend PATH. setup-python has it, via an |
Hi,
I would like to use this action to build the hdf5 rust crate against a msys2 package for HDF5.
Things I would like to request for this github action:
HDF5_DIR=D:\a\_temp\msys64\mingw64
, for theD:\a\_temp\msys64\mingw64
part I would like to be able to use some sort of variable.The text was updated successfully, but these errors were encountered: