Skip to content

Commit

Permalink
Pull in ddev nightly build to test locale improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral committed Nov 3, 2024
1 parent acdb3b4 commit a9bce70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scaffold/github/actions/common/ddev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9bce70

Please sign in to comment.