Skip to content
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

Fix ci #266

Merged
merged 3 commits into from
May 17, 2022
Merged

Fix ci #266

merged 3 commits into from
May 17, 2022

Conversation

hathach
Copy link
Member

@hathach hathach commented May 17, 2022

fix #265

  • update action script
  • use toolchain cache instead of node xpm
  • also update gcc from 9.3.1 to 10.2.1

@hathach hathach merged commit 150a8a5 into master May 17, 2022
@hathach hathach deleted the fix-ci branch May 17, 2022 06:48
@carlosperate
Copy link

This is a bit of self promotion of a GitHub Action I mantain, so apoligies if it's unwanted, and please do feel free to ignore the message. Hopefully is more useful than spam.

I was going through old GitHub notifications and noticed this, so just to let you know that with https://github.com/carlosperate/arm-none-eabi-gcc-action, which does automatic caching, something like this could condense to just:

- uses: carlosperate/arm-none-eabi-gcc-action@v1
  with:
    release: 10.2.1

Obviously the current CI confirg works well, so I'm not suggesting it should be changed, just something that could be useful in the future 👍

@hathach
Copy link
Member Author

hathach commented Jun 24, 2022

@carlosperate wow, your action looks great, lots of Adafruit repo need gcc and this will help to tidy the ci yml. I will try to start migrate some as starter. Thank you for the suggestion.

@carlosperate
Copy link

Glad to hear that! Let me know if you have any questions, I'd be happy to help.

@hathach
Copy link
Member Author

hathach commented Jun 27, 2022

sure will 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow-build fails with error code 2 while installing toolchains
2 participants