Skip to content

Commit 731f2c4

Browse files
authored
Update deploy-github-page.yml
1 parent 010f062 commit 731f2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ jobs:
4848
mkdir build
4949
pushd build
5050
51+
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
5152
export PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-host
5253
echo "PREFIX=$PREFIX" >> $GITHUB_ENV
53-
export SYSROOT_PATH=$HOME/emsdk/upstream/emscripten/cache/sysroot
54+
export SYSROOT_PATH=$BUILD_PREFIX/opt/emsdk/upstream/emscripten/cache/sysroot
5455
5556
emcmake cmake \
5657
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)