# Until gh-actions allow us to use env variables inside other env variables (because we need %GITHUB_WORKSPACE%) we have to use relative path to imgui/examples/example_name directory.
# Until gh-actions allow us to use env variables inside other env variables (because we need %GITHUB_WORKSPACE%) we have to use relative path to imgui/examples/example_name directory.
SDL2_DIR:..\..\SDL2-devel-2.0.10-VC\SDL2-2.0.10\
SDL2_DIR:..\..\SDL2-devel-2.0.10-VC\SDL2-2.0.10\
@ -41,9 +42,15 @@ jobs:
}
}
# Not using matrix here because it would inflate job count too much. Check out and setup is done for every job and that makes build times way too long.
# Not using matrix here because it would inflate job count too much. Check out and setup is done for every job and that makes build times way too long.