Skip to content
Snippets Groups Projects
Commit 9851c877 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

CircieCI: remove curl amd64 SDK so we can install the i386 version

parent dcdb0976
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,10 @@ jobs:
keys:
- v1-SRB2-APT
- run:
name: Install SDK
name: Uninstall amd64 SDK
command: sudo apt-get -o Dir::Cache="/home/circleci/.cache/apt" -qq -y --no-install-recommends remove libcurl4-openssl-dev:amd64
- run:
name: Install i386 SDK
command: sudo apt-get -o Dir::Cache="/home/circleci/.cache/apt" -qq -y --no-install-recommends install git build-essential libpng-dev:i386 libsdl2-mixer-dev:i386 libgme-dev:i386 libcurl4-openssl-dev:i386 libopenmpt-dev:i386 gettext ccache wget gcc-multilib upx openssh-client
- run:
name: make md5sum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment