Skip to content

Commit acd1b32

Browse files
authored
Update clang-tidy-review.yml
1 parent ec6541c commit acd1b32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
set -x &&
4545
wget https://github.com/mamba-org/micromamba-releases/releases/download/1.5.10-0/micromamba-linux-64 &&
4646
mv ./micromamba-linux-64 ./micromamba &&
47-
export PATH='$PWD:$PATH' &&
4847
chmod a+x ./micromamba &&
49-
eval "$(micromamba shell hook -s posix) &&
48+
export PATH="$PWD:$PATH" &&
49+
eval "$(micromamba shell hook -s posix)" &&
5050
micromamba create -n xeus-cpp -y --log-level warning -f $GITHUB_WORKSPACE/environment-dev.yml &&
5151
micromamba activate xeus-cpp &&
5252
git config --global --add safe.directory /github/workspace &&

0 commit comments

Comments
 (0)