Skip to content

Commit bfac490

Browse files
authored
Update emscripten.yml
1 parent 51c1892 commit bfac490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ jobs:
993993
if: ${{ runner.os == 'windows' }}
994994
shell: powershell
995995
run: |
996-
cd ./xeus-cpp/
996+
cd .\xeus-cpp\
997997
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus jupyter_server jupyterlab notebook python-libarchive-c -c conda-forge
998998
micromamba activate xeus-lite-host
999999
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav --output-dir dist

0 commit comments

Comments
 (0)