Skip to content

Commit

Permalink
Update clang-tidy-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored Jan 20, 2024
1 parent f36a88a commit 44f12d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
mkdir micromamba && cd micromamba && curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba &&
export MAMBA_ROOT_PREFIX=/github/workspace/micromamba &&
$MAMBA_ROOT_PREFIX/bin/micromamba shell init -s bash -p $MAMBA_ROOT_PREFIX &&
source ~/.bashrc &&
ls -la MAMBA_ROOT_PREFIX &&
. ~/.bashrc &&
$MAMBA_ROOT_PREFIX/bin/micromamba create -n xeus-cpp -y --log-level warning -f /github/workspace/environment-dev.yml &&
$MAMBA_ROOT_PREFIX/bin/micromamba activate xeus-cpp &&
cmake --version &&
Expand Down

0 comments on commit 44f12d9

Please sign in to comment.