Merge pull request 'Oops' (#85) from ivan/fix-android-build into master
Reviewed-on: railbird/rn-playground#85
This commit is contained in:
commit
bee4dc403b
@ -4,14 +4,13 @@ on:
|
|||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Install
|
|
||||||
runs-on: nixos-x86_64-linux
|
|
||||||
name: Build
|
name: Build
|
||||||
|
runs-on: nixos-x86_64-linux
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: install react-native-vision-camera
|
- name: react-native-vision-camera
|
||||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; yarn install'
|
run: nix develop --impure --command bash -c 'export HOME=$PWD; cd ./react-native-vision-camera/package; yarn install'
|
||||||
- name: install
|
- name: install
|
||||||
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install'
|
run: nix develop --impure --command bash -c 'export HOME=$PWD; yarn config set link-folder . && yarn install'
|
||||||
|
Loading…
Reference in New Issue
Block a user