diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6732c8e41a..d91b6644b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,7 @@ jobs: - uses: actions/checkout@v2 - name: Install packages + if: matrix.features == 'huge' run: | sudo apt update && sudo apt install -y \ autoconf \ diff --git a/src/version.c b/src/version.c index 525c86a764..1dd5c96fd4 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4092, /**/ 4091, /**/