fix(ci): apparently we need git
This commit is contained in:
parent
040e959b16
commit
05d870a824
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ steps:
|
|||
- name: Build app
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- apk install git ca-certificates
|
||||
- npx eas-cli build --platform android --non-interactive --profile preview
|
||||
environment:
|
||||
EXPO_TOKEN:
|
||||
|
|
Loading…
Reference in a new issue