Skip to content

Commit df4c273

Browse files
authored
Update clang-tidy-review.yml
1 parent 795708e commit df4c273

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/clang-tidy-review.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@ jobs:
3939
split_workflow: true
4040
cmake_command: >
4141
cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=On || true &&
42-
rm -rf ./* &&
42+
rm -rf build &&
4343
set -x &&
4444
mkdir micromamba &&
4545
cd micromamba &&
4646
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba &&
4747
export MAMBA_ROOT_PREFIX=$GITHUB_WORKSPACE/micromamba &&
4848
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 &&
5150
micromamba activate xeus-cpp &&
5251
cd .. &&
5352
git config --global --add safe.directory /github/workspace &&

0 commit comments

Comments
 (0)