File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 path : ~/.pnpm-store
2525 key : ${{ runner.os }}-pnpm-store
26+
2627 - run : pip3 install conan
28+ - run : conan install .
29+ - run : git clone https://github.com/czoido/conan-gyp-generator
30+ - run : cd conan-gyp-generator
31+ - run : conan config install gyp-generator.py -tf generators
32+ - run : cd ..
33+
2734 - run : npm install -g pnpm@6
2835 - run : pnpm recursive install
2936 - run : pnpm run build --if-present
4148 uses : actions/setup-node@v2
4249 with :
4350 node-version : ${{ matrix.node-version }}
51+
4452 - run : pip3 install conan
53+ - run : conan install .
54+ - run : git clone https://github.com/czoido/conan-gyp-generator
55+ - run : cd conan-gyp-generator
56+ - run : conan config install gyp-generator.py -tf generators
57+ - run : cd ..
58+
4559 - run : npm install -g pnpm@6
4660 - uses : actions/cache@v2
4761 with :
Original file line number Diff line number Diff line change 1+ [requires]
2+ opencascade/7.6.0
3+
4+ [generators]
5+ cmake
6+
You can’t perform that action at this time.
0 commit comments