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