Skip to content

Commit 091fe51

Browse files
authored
Fixed shared library location deployment (#415)
1 parent 373ad2a commit 091fe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
python -m pip install jupyterlite-xeus
187187
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
188188
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189-
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
189+
cp ${{ env.CPPINTEROP_BUILD_DIR }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190190
191191
- name: Upload artifact
192192
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)