We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d74b90 commit 6538d1aCopy full SHA for 6538d1a
1 file changed
.github/workflows/build-cli-release.reusable.yaml
@@ -146,13 +146,13 @@ jobs:
146
echo "target dir is: ${{ env.TARGET_DIR }}"
147
148
# Build the CLI - Always use static-ssl features
149
- - name: Build CLI Binary
150
- # This single step now handles all builds
151
- run: >
152
- ${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
153
- --features static-ssl
154
- --no-default-features
155
- working-directory: engine
+ # - name: Build CLI Binary
+ # # This single step now handles all builds
+ # run: >
+ # ${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
+ # --features static-ssl
+ # --no-default-features
+ # working-directory: engine
156
157
- name: Build CFFI Library (Unix)
158
if: ${{ !contains(matrix._.os, 'windows') }}
0 commit comments