From cfd469d8581760558daad269a83ccb90b239200c Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 15 Sep 2021 18:27:17 +0300 Subject: [PATCH] Removed unused reference to extra_tests variable in GHA config. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63d18a3..2b1ca58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}" ]