We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfde153 commit ec6541cCopy full SHA for ec6541c
.github/workflows/clang-tidy-review.yml
@@ -44,7 +44,7 @@ jobs:
44
set -x &&
45
wget https://github.com/mamba-org/micromamba-releases/releases/download/1.5.10-0/micromamba-linux-64 &&
46
mv ./micromamba-linux-64 ./micromamba &&
47
- export PATH="$PWD:$PATH" &&
+ export PATH='$PWD:$PATH' &&
48
chmod a+x ./micromamba &&
49
eval "$(micromamba shell hook -s posix) &&
50
micromamba create -n xeus-cpp -y --log-level warning -f $GITHUB_WORKSPACE/environment-dev.yml &&
0 commit comments