You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the -t and -a command flags for the codeql-platform.yml workflow
when executing stuart_build. Neither of these command line arguments are
provided by the edk2_platform_build invocable. the target is set via
TARGET=<value> for platforms, and the architecture is not set at all, as
platforms hardcode the required architectures.
Sets the target via the expected way, TARGET=DEBUG.
0 commit comments