Make action work on all OS
See original GitHub issueThis action is only supported on Linux since its container based. Is it possible to support multiple OS for use with self-hosted
runners like internal Macs.
Issue Analytics
- State:
- Created 3 years ago
- Comments:24 (14 by maintainers)
Top Results From Across the Web
How to Automate Tasks on a Windows or MAC PC Using ...
First of all, you need to download Action(s). (Note: You need to have java installed in order for this to work). Get started...
Read more >Github Actions: Run step on specific OS - Stack Overflow
An option would be separating the jobs so that you know, clearly, what steps are taken in any of the operating systems.
Read more >Releasing files for multiple operating systems with Github ...
yml actions file will perform several tasks, separated out into two separate activities, a “Create Release” stage, and a “Build Release” stage.
Read more >Use the loop action to repeat parts of your workflow in ...
Click Actions in the top-left corner of the Automator window, then click Utilities in the Library. Drag the Loop action into your workflow,...
Read more >About custom actions - GitHub Docs
You can create actions by writing custom code that interacts with your repository in any way you'd like, including integrating with GitHub's APIs...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This has been released, so it is available now as documented in the README.md via
Thanks for the patience.
Looks like Python prefers forward slashes on all OS and can translate it as required. Nice! This proves my README right 😃
Thanks for confirming it works for you.