Breaking Changes
- the
DC
variable now has the full path to the compiler instead of just the name.
What's Changed
- Refactor code and implement more version formats for dmd and ldc and support gdc by @the-horo in #77
- gdc can now be installed through this action on linux runners (Debian/Ubuntu only, e.g. the official github runners)
- you can now install a version relative to the latest version, e.g.
dmd^3
is the 3rd latest DMD - the version can now omit the patch to get the latest ones
New Contributors
Full Changelog: v1.4.0...v2.0.0