Skip to content

Commit

Permalink
build: temp remove lando from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Aug 3, 2024
1 parent 1030121 commit 8428f99
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/wordpress-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: install Lando
run: |
wget https://files.lando.dev/installer/lando-x64-stable.deb
sudo dpkg --ignore-depends=docker-ce -i lando-x64-stable.deb
- name: Report versions
run: |
docker version
docker compose version
lando version
node -v
yarn -v
- name: get user ids
Expand Down

0 comments on commit 8428f99

Please sign in to comment.