Skip to content

Commit 0d890b4

Browse files
committed
Add set -x
1 parent ff4cb5d commit 0d890b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/llvmdev_conda_builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
env:
4848
CONDA_CHANNEL_DIR: conda_channel_dir
4949
run: |
50+
set -x
5051
mkdir $CONDA_CHANNEL_DIR
5152
conda build ./conda-recipes/${{ matrix.recipe }} --output-folder=$CONDA_CHANNEL_DIR
5253
ls -lah $CONDA_CHANNEL_DIR

0 commit comments

Comments
 (0)