Okay which version of GCC do we want
This commit is contained in:
parent
6b2453ab4d
commit
e66257a2b5
|
@ -14,6 +14,7 @@ jobs:
|
|||
- template: azure-pipelines/setup-python3.yml
|
||||
- template: azure-pipelines/install-latest-meson.yml
|
||||
- script: |
|
||||
gcc --version; exit 1
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-6-multilib g++-6-multilib libc-dev:i386
|
||||
|
|
Loading…
Reference in New Issue