Skip to content

Commit 820ca80

Browse files
committed
add missing quotes found by shellcheck
As title
1 parent 13e0b56 commit 820ca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvmlite_linux-64_conda_builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
fi
6060
CONDA_CHANNEL_DIR="conda_channel_dir"
6161
mkdir $CONDA_CHANNEL_DIR
62-
conda build --debug -c $LLVMDEV_CHANNEL -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder=$CONDA_CHANNEL_DIR --no-test
62+
conda build --debug -c "$LLVMDEV_CHANNEL" -c defaults --python=${{ matrix.python-version }} conda-recipes/llvmlite --output-folder=$CONDA_CHANNEL_DIR --no-test
6363
6464
- name: Upload llvmlite conda package
6565
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)