Use already installed rustc
if available [ci skip]
This commit is contained in:
parent
7fdf98ef39
commit
22f9735587
6
.github/workflows/compilers.yml
vendored
6
.github/workflows/compilers.yml
vendored
@ -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: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user