[CircleCI] Fix build
Fixes https://github.com/behdad/harfbuzz/issues/589
This commit is contained in:
parent
0f78d78aae
commit
b902605133
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue