Closed banesullivan closed 2 years ago
Option 1 (requires much testing)
This changes the action to be a "composite" action, no longer utilizing Docker. Execution with this is actually faster than pulling a prebuilt image (30s vs 1min.30s).
Ref https://github.com/actions/runner/issues/665
We may need to also set up other package managers like how Python had to be installed
Closing this PR in favor of #14
Option 1 (requires much testing)
This changes the action to be a "composite" action, no longer utilizing Docker. Execution with this is actually faster than pulling a prebuilt image (30s vs 1min.30s).
Ref https://github.com/actions/runner/issues/665
We may need to also set up other package managers like how Python had to be installed