There was an error while loading. Please reload this page.
1 parent 15f64c4 commit 956562dCopy full SHA for 956562d
1 file changed
.github/workflows/linux.yml
@@ -38,7 +38,9 @@ jobs:
38
wget -qO- https://apt.fury.io/nushell/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/fury-nushell.gpg
39
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
40
sudo apt-get update
41
- sudo apt-get install --yes zsh fish tmux shfmt nushell
+ # 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
44
45
- name: Install Ruby gems
46
run: bundle install
0 commit comments