Skip to content

Commit 7ee97fb

Browse files
authored
Merge pull request #532 from FriendsOfSymfony/fix-legacy-build
modules 0.14.0 are available on github too
2 parents 1daddce + 1aec2a8 commit 7ee97fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-varnish-legacy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ EOF
1818
sudo apt-get update
1919

2020
sudo apt-get install varnish
21-
if [ "$VARNISH_MODULES_VERSION" != "" ]; then sh "${GITHUB_WORKSPACE}/tests/install-varnish-modules-legacy.sh"; fi
21+
if [ "$VARNISH_MODULES_VERSION" != "" ]; then sh "${GITHUB_WORKSPACE}/tests/install-varnish-modules.sh"; fi

0 commit comments

Comments
 (0)