зеркало из https://github.com/github/ruby.git
Use already installed `rustc` if available [ci skip]
This commit is contained in:
Родитель
7fdf98ef39
Коммит
22f9735587
|
@ -241,7 +241,11 @@ jobs:
|
|||
|
||||
- name: Install Rust
|
||||
if: ${{ matrix.entry.rust }}
|
||||
run: sudo apt-get update && sudo apt install -y rustc
|
||||
run: |
|
||||
command -v rustc ||
|
||||
{
|
||||
sudo apt-get update && sudo apt install -y rustc
|
||||
}
|
||||
|
||||
- name: Run configure
|
||||
run: >
|
||||
|
|
Загрузка…
Ссылка в новой задаче