Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 2107810

Browse files
authored
Fix in a minimal way (#687)
1 parent 5ac5871 commit 2107810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Configure and build
100100
run: |
101101
conda info --env
102-
conda run --no-capture-output -n omnisci-dev sh -vx omniscidb/scripts/conda/build.sh ${{ inputs.options }}
102+
conda run --no-capture-output -n omnisci-dev sh omniscidb/scripts/conda/build.sh ${{ inputs.options }}
103103
tar -zcf /tmp/build.tgz .
104104
105105
- name: Upload build and src files

0 commit comments

Comments
 (0)