Skip to content

Commit b939c48

Browse files
committed
force symlink fetched lando to landobin to assert path supremacy as best as possible part 2
1 parent 46b1f78 commit b939c48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr-posix-script-replacer-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ jobs:
4242
"https://github.com/lando/core/releases/download/${{ matrix.old-version }}/lando-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.old-version }}-slim"
4343
4444
chmod +x /tmp/bin/lando
45+
ln -sf "/tmp/bin/lando" "$HOME/.lando/bin/lando"
4546
4647
lando plugin-add @lando/core@${{ matrix.old-version }}
4748
lando shellenv --add
48-
49-
ln -sf "/tmp/bin/lando" "$HOME/.lando/bin/lando"
50-
5149
- name: Verify older situation
5250
shell: bash
5351
run: |

0 commit comments

Comments
 (0)