From a9bce70290a12d9661b1857991b6a6f65fcd4af5 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Sun, 3 Nov 2024 10:05:05 -0500 Subject: [PATCH] Pull in ddev nightly build to test locale improvements --- scaffold/github/actions/common/ddev/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scaffold/github/actions/common/ddev/action.yml b/scaffold/github/actions/common/ddev/action.yml index a6469d6d..c14e0201 100644 --- a/scaffold/github/actions/common/ddev/action.yml +++ b/scaffold/github/actions/common/ddev/action.yml @@ -60,6 +60,13 @@ runs: sudo apt install -y ddev fi + # Override to test ddev nightly + wget https://nightly.link/ddev/ddev/actions/runs/11620080882/ddev-linux-amd64.zip + unzip ddev-linux-amd64.zip + chmod +x ddev + mv -v ddev /usr/local/bin/ddev + ddev --version + # Support local runner https://github.com/nektos/act if [ "$ACT" != "" ]; then sudo chown runner:docker /var/run/docker.sock