We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373ad2a commit 091fe51Copy full SHA for 091fe51
.github/workflows/deploy-pages.yml
@@ -186,7 +186,7 @@ jobs:
186
python -m pip install jupyterlite-xeus
187
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
188
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189
- cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
+ cp ${{ env.CPPINTEROP_BUILD_DIR }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190
191
- name: Upload artifact
192
uses: actions/upload-pages-artifact@v3
0 commit comments