Skip to content

Commit 630b241

Browse files
authored
Update emscripten.yml
1 parent bc218e1 commit 630b241

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,8 @@ jobs:
716716
./emsdk/emsdk activate ${{matrix.emsdk_ver}}
717717
source ./emsdk/emsdk_env.sh
718718
micromamba activate CppInterOp-wasm
719-
git clone https://github.com/compiler-research/xeus-cpp.git
719+
git clone https://github.com/mcbarton/xeus-cpp.git
720720
cd ./xeus-cpp
721-
git reset --hard HEAD~1
722721
mkdir build
723722
pushd build
724723
export CMAKE_PREFIX_PATH=${{ env.PREFIX }}

0 commit comments

Comments
 (0)