[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: cmake -Bbuild -H. -GNinja && ninja -Cbuild
android-arm64:
linux-arm64:
docker:
- image: dockcross/android-arm64
- image: dockcross/linux-arm64
steps:
- checkout
- run: apt update && apt install ragel
@ -56,6 +56,6 @@ workflows:
- base
- android-arm
- browser-asmjs
- android-arm64
- linux-arm64
- linux-mips
- windows-x64