Skip to content

Commit

Permalink
chore(ci): add missing 32-bit libs
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Jun 12, 2019
1 parent 53997fa commit 4de8f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ stages:
- target: [i686, apple, darwin]
- target: [x86_64, apple, darwin]
- target: [i686, unknown, linux, gnu]
preSteps:
- script: sudo apt-get update && sudo apt-get install gcc-multilib
displayName: Install GCC 32-bit libs
- target: [x86_64, unknown, linux, gnu]

0 comments on commit 4de8f01

Please sign in to comment.