diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e47142ab..9ee8438a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -304,6 +304,7 @@ jobs: run: | brew install lua echo "LUA_PREFIX=/usr/local" >> $GITHUB_ENV + brew uninstall perl - name: Set up environment run: | @@ -317,8 +318,7 @@ jobs: normal) ;; huge) - # Use "dynamic" for Perl otherwise it fails. - echo "CONFOPT=--enable-perlinterp=dynamic --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp" + echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp" ;; esac ) >> $GITHUB_ENV diff --git a/src/version.c b/src/version.c index a035b035a..79e1b8f17 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 773, /**/ 772, /**/