Skip to content

Commit

Permalink
Update clang-tidy-review.yml remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Dec 1, 2024
1 parent c6484d5 commit d5c0cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ 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 &&
apt-get remove -y gcc-11 &&
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 &&
Expand Down

0 comments on commit d5c0cd7

Please sign in to comment.