Skip to content

Commit

Permalink
i686 linux: install gcc-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 10, 2020
1 parent a0b94cb commit ec0bf60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -50,6 +50,7 @@ jobs:
target: x86_64-unknown-linux-gnu
toolchain: 1.36.0 # MSRV
- os: ubuntu-latest
deps: sudo apt install gcc-multilib
target: i686-unknown-linux-gnu
toolchain: nightly
- os: ubuntu-latest
Expand All @@ -65,6 +66,7 @@ jobs:
target: ${{ matrix.target }}
toolchain: ${{ matrix.toolchain }}
override: true
- run: ${{ matrix.deps }}
- name: Maybe minimal
if: ${{ matrix.minimal }}
run: cargo generate-lockfile -Z minimal-versions
Expand Down

0 comments on commit ec0bf60

Please sign in to comment.