Skip to content

Commit

Permalink
Fix some build errors
Browse files Browse the repository at this point in the history
(cherry picked from commit cb9004e4cfa94251ab0d31f19fee187fc4e9abcc)
  • Loading branch information
SteelT1 authored and jameds committed Aug 30, 2020
1 parent 679bfa2 commit 9a1d6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- v1-SRB2-APT
- run:
name: Install SDK
command: apt-get -qq -y --no-install-recommends install git build-essential nasm libpng-dev:i386 libsdl2-mixer-dev:i386 libgme-dev:i386 libopenmpt-dev:i386 gettext ccache wget gcc-multilib upx openssh-client
command: apt-get -qq -y --no-install-recommends install git build-essential nasm 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

- save_cache:
key: v1-SRB2-APT
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
- save_cache:
key: v1-SRB2-{{ .Branch }}-{{ checksum "objs/Linux/SDL/Release/depend.dep" }}
paths:
- /root/.ccache
- /root/.ccache

0 comments on commit 9a1d6e0

Please sign in to comment.