Skip to content

Commit 7ac5ddc

Browse files
committed
CI: do test mingit when appropriate
In 53038d4 (ci: avoid building the installer multiple times, 2023-08-28), I claimed that the MinGit artifact is already built in the `sdk-artifacts` matrix. That is only _kind_ of true: As part of building the `build-installers` SDK artifact, there _is_ a part where the a minimal SDK is built, but not MinGit. Let's build MinGit again when code was touched that changes how it is built. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 07a2102 commit 7ac5ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
git ls-files \*/release.sh | sed 's|[^/]*$||' | sort >releaseable.txt &&
5757
if grep -q test-sdk-artifacts=true $GITHUB_OUTPUT
5858
then
59-
# These are already tested as part of the `sdk-artifacts` matrix
60-
sed -i '/^\(installer\|mingit\)\/$/d' releaseable.txt
59+
# This is already tested as part of the `sdk-artifacts` matrix
60+
sed -i '/^\(installer\)\/$/d' releaseable.txt
6161
fi &&
6262
show_files releaseable.txt &&
6363
define_matrix artifacts releaseable.txt touched.txt artifacts.txt &&

0 commit comments

Comments
 (0)