Skip to content

Commit 8ad88dc

Browse files
committed
Remove non-POSIX tcsh from list of shells
1 parent 63133ae commit 8ad88dc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/stack_size.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ jobs:
3838
./muslstack -s $STACK ./monerod-muslstack
3939
4040
sudo apt update -y
41-
sudo apt upgrade -y
42-
sudo apt install -y ksh bash tcsh dash zsh busybox
41+
sudo apt install -y ksh bash dash zsh busybox
4342
sudo ln -s $(which busybox) /usr/bin/ash
4443
sudo ln -s $(which busybox) /usr/bin/hush
45-
for shell in sh ksh bash tcsh dash zsh ash hush; do
44+
for shell in sh ksh bash dash zsh ash hush; do
4645
cp monerod monerod-idss-$shell
4746
ln -s $(which $shell) sh
4847
./sh ./orchestration/increase_default_stack_size.sh monerod-idss-$shell

0 commit comments

Comments
 (0)