Skip to content

Commit 1248884

Browse files
authored
Add install of libarchive-c to main.yml
1 parent ddeb5ca commit 1248884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
run: |
272272
micromamba create -n xeus-lite-host jupyterlite-core
273273
micromamba activate xeus-lite-host
274-
python -m pip install jupyterlite-xeus
274+
python -m pip install jupyterlite-xeus libarchive-c
275275
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
276276
cp $PREFIX/bin/xcpp.data _output/extensions/@jupyterlite/xeus/static
277277
cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static

0 commit comments

Comments
 (0)