mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Fix CI on i686-unknown-linux-gnu
This commit is contained in:
parent
8eb5081b53
commit
5997626c41
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -76,9 +76,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install linker
|
||||
if: matrix.target == 'i686-unknown-linux-gnu'
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-5-multilib lib32gcc-5-dev
|
||||
run: sudo apt-get install gcc-multilib
|
||||
- name: Test almost no features
|
||||
uses: actions-rs/cargo@v1
|
||||
if: matrix.features == 'none'
|
||||
|
|
Loading…
Reference in a new issue