OpenSK
OpenSK copied to clipboard
Only run full setup.sh on relevant workflows
Expected Behavior
GitHub workflows do only the necessary amount of work and complete as fast as possible.
Actual Behavior
Most of our workflows run ./setup.sh, which compiles and installs elf2tab, even when not needed by the rest of the workflow. This slows down CI.