Skip to content

Commit

Permalink
Update clang-tidy-review.yml to remove possible conflicting gfortran …
Browse files Browse the repository at this point in the history
…and gcc
  • Loading branch information
mcbarton authored Dec 1, 2024
1 parent fcb7c97 commit c6484d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
mv ./micromamba-linux-64 ./micromamba &&
chmod a+x ./micromamba &&
export PATH="$PWD:$PATH" &&
sudo apt-get remove -y gcc-11 &&
sudo apt-get remove -y gfortran-11 &&
eval "$(micromamba shell hook -s posix)" &&
micromamba create -n clang-tidy-review -y --log-level warning -f $GITHUB_WORKSPACE/conda_env.yml &&
micromamba activate clang-tidy-review &&
bash set_conda_env_vars.sh &&
cmake . -B build -DINSTALL_PYTHON=FALSE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON || true
cmake . -B build -DINSTALL_PYTHON=FALSE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- name: Upload artifacts
uses: ZedThree/clang-tidy-review/[email protected]

0 comments on commit c6484d5

Please sign in to comment.