File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,10 @@ jobs:
173
173
- run : rustup target add ${{ matrix.other }}
174
174
- run : rustup component add rustc-dev llvm-tools-preview rust-docs
175
175
if : startsWith(matrix.rust, 'nightly')
176
+ # Install fish, zsh, and elvish only on Ubuntu systems
177
+ - name : Install fish, zsh, and elvish
178
+ run : sudo apt update -y && sudo apt install fish zsh elvish -y
179
+ if : matrix.os == 'ubuntu-latest'
176
180
- run : sudo apt update -y && sudo apt install lldb gcc-multilib libsecret-1-0 libsecret-1-dev -y
177
181
if : matrix.os == 'ubuntu-latest'
178
182
- run : rustup component add rustfmt || echo "rustfmt not available"
@@ -227,6 +231,7 @@ jobs:
227
231
- run : rustup update --no-self-update stable && rustup default stable
228
232
- run : rustup target add i686-unknown-linux-gnu
229
233
- run : sudo apt update -y && sudo apt install gcc-multilib libsecret-1-0 libsecret-1-dev -y
234
+ - run : sudo apt update -y && sudo apt install fish zsh elvish -y
230
235
- run : rustup component add rustfmt || echo "rustfmt not available"
231
236
- run : cargo test -p cargo
232
237
env :
You can’t perform that action at this time.
0 commit comments