mbien commented on code in PR #6496: URL: https://github.com/apache/netbeans/pull/6496#discussion_r1340508543
########## .github/workflows/native-binary-build-lib.profiler.yml: ########## @@ -73,75 +72,112 @@ on: jobs: - build-linux: + + source: Review Comment: right. It seems it isn't possible to change the default per step. I thought we could have changed the global default to bash and to cmd on the platform dependent parts. So far there is no tar-ing or extraction on windows so there is nothing else beside the build script the job does so its probably fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
