Oops
This commit is contained in:
parent
497068627c
commit
edbe916247
@ -4,14 +4,13 @@ on:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
name: Install
|
||||
runs-on: nixos-x86_64-linux
|
||||
name: Build
|
||||
runs-on: nixos-x86_64-linux
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
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'
|
||||
- name: 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