Skip to content

Commit 956562d

Browse files
authored
Fix CI: Pin nushell version to 0.114 (#4898)
#4896 nushell/nushell#18771
1 parent 15f64c4 commit 956562d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
3939
echo "deb [signed-by=/etc/apt/keyrings/fury-nushell.gpg] https://apt.fury.io/nushell/ /" | sudo tee /etc/apt/sources.list.d/fury-nushell.list
4040
sudo apt-get update
41-
sudo apt-get install --yes zsh fish tmux shfmt nushell
41+
# Pinned: 0.115.0 runs external completers on a background thread, so
42+
# fzf never receives keystrokes. https://github.com/nushell/nushell/issues/18771
43+
sudo apt-get install --yes zsh fish tmux shfmt nushell=0.114.1-0
4244
4345
- name: Install Ruby gems
4446
run: bundle install

0 commit comments

Comments
 (0)