Skip to content

Commit

Permalink
Fix installation of multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 18, 2020
1 parent d109f18 commit 46082d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
target: x86_64-unknown-linux-gnu
toolchain: 1.36.0 # MSRV
- os: ubuntu-latest
deps: sudo apt install gcc-multilib
deps: sudo apt-get update ; sudo apt install gcc-multilib
target: i686-unknown-linux-gnu
toolchain: nightly
- os: ubuntu-latest
Expand Down

0 comments on commit 46082d5

Please sign in to comment.