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:
185185 micromamba activate xeus-lite-host
186186 python -m pip install jupyterlite-xeus
187187 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
189189 cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190190
191191 - 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
155155Libraries etc coming out of emscripten's sysroot. Assuming we are still inside build we should do the following
156156
157157``` bash
158- cp xcpp.data _output/extensions/@jupyterlite/xeus/static
158+ cp $PREFIX /bin/ xcpp.data _output/extensions/@jupyterlite/xeus/static
159159cp $PREFIX /lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static
160160```
161161
You can’t perform that action at this time.
0 commit comments