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 ff4cb5d commit 0d890b4Copy full SHA for 0d890b4
.github/workflows/llvmdev_conda_builder.yml
@@ -47,6 +47,7 @@ jobs:
47
env:
48
CONDA_CHANNEL_DIR: conda_channel_dir
49
run: |
50
+ set -x
51
mkdir $CONDA_CHANNEL_DIR
52
conda build ./conda-recipes/${{ matrix.recipe }} --output-folder=$CONDA_CHANNEL_DIR
53
ls -lah $CONDA_CHANNEL_DIR
0 commit comments