mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Removed unused reference to extra_tests variable in GHA config.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -354,10 +354,6 @@ jobs:
|
|||||||
mkdir -p libs/$LIBRARY
|
mkdir -p libs/$LIBRARY
|
||||||
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
cp -r $GITHUB_WORKSPACE/* libs/$LIBRARY
|
||||||
git submodule update --init tools/boostdep
|
git submodule update --init tools/boostdep
|
||||||
if [ -n "${{matrix.extra_tests}}" ]
|
|
||||||
then
|
|
||||||
DEPINST_ARGS+=("--include" "example")
|
|
||||||
fi
|
|
||||||
DEPINST_ARGS+=("$LIBRARY")
|
DEPINST_ARGS+=("$LIBRARY")
|
||||||
python tools/boostdep/depinst/depinst.py "${DEPINST_ARGS[@]}"
|
python tools/boostdep/depinst/depinst.py "${DEPINST_ARGS[@]}"
|
||||||
if [ -z "${{matrix.cmake_tests}}" ]
|
if [ -z "${{matrix.cmake_tests}}" ]
|
||||||
|
Reference in New Issue
Block a user