Skip to content

Commit

Permalink
Debug clang-tidy-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Dec 2, 2024
1 parent d5c0cd7 commit 7bac6ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
mv ./micromamba-linux-64 ./micromamba &&
chmod a+x ./micromamba &&
export PATH="$PWD:$PATH" &&
apt-get remove -y gcc-11 &&
apt-get remove -y gfortran-11 &&
apt-get remove -y gcc-13 &&
apt-get remove -y gfortran-13 &&
eval "$(micromamba shell hook -s posix)" &&
micromamba create -n clang-tidy-review -y --log-level warning -f $GITHUB_WORKSPACE/conda_env.yml &&
head -n 10 /github/home/micromamba/envs/clang-tidy-review/etc/conda/activate.d/activate-binutils_linux-64.sh &&
micromamba activate clang-tidy-review &&
bash set_conda_env_vars.sh &&
cmake . -B build -DINSTALL_PYTHON=FALSE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
Expand Down

0 comments on commit 7bac6ce

Please sign in to comment.