carlosperate/arm-none-eabi-gcc-action

Add CI workflow to check if there has been a new release

carlosperate opened this issue · 1 comments

A workflow that fails if there has been changed in the arm gcc releases page.
Probably the simplest method might be to check for the "last modified" response header.

Turns out the page with the gcc downloads does not provide the "last modified" response header, so had to resort to look for a match in a specific string that indicates the date of the latest release.

Implemented in 485c958.