Skip to content

Commit ec6541c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ 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" &&
47+
export PATH='$PWD:$PATH' &&
4848
chmod a+x ./micromamba &&
4949
eval "$(micromamba shell hook -s posix) &&
5050
micromamba create -n xeus-cpp -y --log-level warning -f $GITHUB_WORKSPACE/environment-dev.yml &&

0 commit comments

Comments
 (0)