Skip to content

Commit 6fc8607

Browse files
committed
Skip make install with gmp build
1 parent c23bf42 commit 6fc8607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compilers/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else
8484
tests="$INPUT_CHECK"
8585
fi
8686

87-
grouped make install
87+
# grouped make install
8888
grouped make test-tool
8989
grouped make test-all TESTS="-- $tests"
9090
grouped env CHECK_LEAKS=true make test-spec MSPECOPT="$INPUT_MSPECOPT"

0 commit comments

Comments
 (0)