We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b1f78 commit b939c48Copy full SHA for b939c48
.github/workflows/pr-posix-script-replacer-tests.yml
@@ -42,12 +42,10 @@ jobs:
42
"https://github.com/lando/core/releases/download/${{ matrix.old-version }}/lando-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.old-version }}-slim"
43
44
chmod +x /tmp/bin/lando
45
+ ln -sf "/tmp/bin/lando" "$HOME/.lando/bin/lando"
46
47
lando plugin-add @lando/core@${{ matrix.old-version }}
48
lando shellenv --add
-
49
- ln -sf "/tmp/bin/lando" "$HOME/.lando/bin/lando"
50
51
- name: Verify older situation
52
shell: bash
53
run: |
0 commit comments