File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,14 @@ jobs:
39
39
split_workflow : true
40
40
cmake_command : >
41
41
cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=On || true &&
42
- rm -rf ./* &&
42
+ rm -rf build &&
43
43
set -x &&
44
44
mkdir micromamba &&
45
45
cd micromamba &&
46
46
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba &&
47
47
export MAMBA_ROOT_PREFIX=$GITHUB_WORKSPACE/micromamba &&
48
48
eval "$(./bin/micromamba shell hook -s posix)" &&
49
- echo $(ls ) &&
50
- micromamba create -n xeus-cpp -y --log-level warning -f environment-dev.yml &&
49
+ micromamba create -n xeus-cpp -y --log-level warning -f $GITHUB_WORKSPACE/environment-dev.yml &&
51
50
micromamba activate xeus-cpp &&
52
51
cd .. &&
53
52
git config --global --add safe.directory /github/workspace &&
You can’t perform that action at this time.
0 commit comments