Skip to content

Commit 1ab1cad

Browse files
committed
Correct order symlinks are created in
1 parent 8a5cce2 commit 1ab1cad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/stack_size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
./muslstack -s $STACK ./monerod-muslstack
3939
4040
sudo apt install bash dash zsh busybox
41-
ln -s /usr/bin/ash $(which busybox)
42-
ln -s /usr/bin/hush $(which busybox)
41+
ln -s $(which busybox) /usr/bin/ash
42+
ln -s $(which busybox) /usr/bin/hush
4343
for shell in sh bash dash zsh ash hush; do
4444
cp monerod monerod-idss-$shell
4545
$shell ./orchestration/increase_default_stack_size.sh monerod-idss-$shell

0 commit comments

Comments
 (0)