This commit is contained in:
Ivan Malison 2024-02-03 22:08:51 -07:00
parent 497068627c
commit edbe916247

View File

@ -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'