[CircleCI] Fix build

Fixes https://github.com/behdad/harfbuzz/issues/589
This commit is contained in:
Behdad Esfahbod 2017-10-31 14:25:46 -06:00
parent 0f78d78aae
commit b902605133
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ jobs:
- run: apt update && apt install ragel - run: apt update && apt install ragel
- run: cmake -Bbuild -H. -GNinja && ninja -Cbuild - run: cmake -Bbuild -H. -GNinja && ninja -Cbuild
android-arm64: linux-arm64:
docker: docker:
- image: dockcross/android-arm64 - image: dockcross/linux-arm64
steps: steps:
- checkout - checkout
- run: apt update && apt install ragel - run: apt update && apt install ragel
@ -56,6 +56,6 @@ workflows:
- base - base
- android-arm - android-arm
- browser-asmjs - browser-asmjs
- android-arm64 - linux-arm64
- linux-mips - linux-mips
- windows-x64 - windows-x64