Fix CI on i686-unknown-linux-gnu

This commit is contained in:
ldm0 2021-02-12 03:58:52 +00:00
parent 8eb5081b53
commit 5997626c41

View file

@ -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'