1
0
forked from boostorg/core

Removed unused reference to extra_tests variable in GHA config.

This commit is contained in:
Andrey Semashev
2021-09-15 18:27:17 +03:00
parent b1e01b53f3
commit cfd469d858

View File

@ -354,10 +354,6 @@ jobs:
mkdir -p libs/$LIBRARY
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
git submodule update --init tools/boostdep
if [ -n "${{matrix.extra_tests}}" ]
then
DEPINST_ARGS+=("--include" "example")
fi
DEPINST_ARGS+=("$LIBRARY")
python tools/boostdep/depinst/depinst.py "${DEPINST_ARGS[@]}"
if [ -z "${{matrix.cmake_tests}}" ]