Skip to content

Commit 9f8e421

Browse files
authored
revert changes
1 parent c120845 commit 9f8e421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,14 +942,14 @@ jobs:
942942
cd ./xeus-clang-repl/build/
943943
cmake -DCMAKE_BUILD_TYPE=Release \
944944
-DLLVM_CMAKE_DIR=$LLVM_BUILD_DIR \
945-
-DCMAKE_PREFIX_PATH=${CONDA_DIR} \
946-
-DCMAKE_INSTALL_PREFIX=${CONDA_DIR} \
945+
-DCMAKE_PREFIX_PATH=$(python -m site --user-site) \
946+
-DCMAKE_INSTALL_PREFIX=$(python -m site --user-site) \
947947
-DCMAKE_INSTALL_LIBDIR=lib \
948948
-DLLVM_CONFIG_EXTRA_PATH_HINTS=$LLVM_BUILD_DIR/lib \
949949
-DCPPINTEROP_DIR=$CPPINTEROP_BUILD_DIR \
950950
-DLLVM_USE_LINKER=lld \
951951
..
952-
sudo make install -j ${{ env.ncpus }}
952+
make install -j ${{ env.ncpus }}
953953
954954
- name: Show debug info
955955
if: ${{ failure() && (runner.os != 'windows') }}

0 commit comments

Comments
 (0)