Fix installation of multilib

This commit is contained in:
Kogia-sima 2020-12-19 23:49:33 +09:00
parent 8de885a4cf
commit c4b4820213
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
target: x86_64-unknown-linux-gnu
toolchain: nightly
- os: ubuntu-latest
deps: sudo apt install gcc-multilib
deps: sudo apt update ; sudo apt install gcc-multilib
target: i686-unknown-linux-gnu
toolchain: nightly