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 ec6541c commit acd1b32Copy full SHA for acd1b32
.github/workflows/clang-tidy-review.yml
@@ -44,9 +44,9 @@ 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' &&
48
chmod a+x ./micromamba &&
49
- eval "$(micromamba shell hook -s posix) &&
+ export PATH="$PWD:$PATH" &&
+ eval "$(micromamba shell hook -s posix)" &&
50
micromamba create -n xeus-cpp -y --log-level warning -f $GITHUB_WORKSPACE/environment-dev.yml &&
51
micromamba activate xeus-cpp &&
52
git config --global --add safe.directory /github/workspace &&
0 commit comments