How to specify gnat version with action setup-alire@v1 #1177
Unanswered
pjljvandelaar
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi Pierre,
I don't think it's a good idea to set a special version of GNAT just for windows. You probably want:
Alire will download a "default" version of GNAT (12.1.2) but then use the one that match your version requirements.
So all is good?
This is if you want to use a work-in-progress version of Alire. You need GNAT Community to build Alire itself. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On https://github.com/alire-project/setup-alire is written
However, I have problems with the latest binary release on windows.
Already installing this version breaks my earlier perfectly working code.
I tried adding
and
to my alire.toml file, but still gnat 12.1.2 (the latest) is installed.
Of course, GNAT_Native 11.2.4 is used to build.
I also read on https://github.com/alire-project/setup-alire
I don't know how the coding of the toolchain works:
what is ce2020 in relation to gnat?
Is there also a ce2021, ce2022?
And, I don't know what I am doing, so my question:
Greetings,
Pierre
Beta Was this translation helpful? Give feedback.
All reactions