File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185
185
micromamba activate xeus-lite-host
186
186
python -m pip install jupyterlite-xeus
187
187
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
188
- cp xcpp.data dist/extensions/@jupyterlite/xeus/static
188
+ cp $PREFIX/bin/ xcpp.data dist/extensions/@jupyterlite/xeus/static
189
189
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190
190
191
191
- name : Upload artifact
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ we want to include in our application. As of now this would contain all importan
155
155
Libraries etc coming out of emscripten's sysroot. Assuming we are still inside build we should do the following
156
156
157
157
``` bash
158
- cp xcpp.data _output/extensions/@jupyterlite/xeus/static
158
+ cp $PREFIX /bin/ xcpp.data _output/extensions/@jupyterlite/xeus/static
159
159
cp $PREFIX /lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static
160
160
```
161
161
You can’t perform that action at this time.
0 commit comments